Skip to content
View ywppp's full-sized avatar
💭
bored
💭
bored

Block or report ywppp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ywppp/README.md
class ywp:
    def __init__(self):
        self.variables = {
            'name': 'ywp',
            'hobby': 'coding', 'volleyball'
            'languages': ('English', 'Spanish')
        }

    def description(self):
        print('------ywp------')
        for index, value in enumerate(self.variables.values()):
            if index == 0:
                print(f'Name: {value}')
            elif index == 1:
                print(f'Hobby: {value}')
            elif index == 2:
                print(f'Languages: {value}')

    def medias(self):
        platforms = {
            'Discord': 'ywp#6969',
            'Github': 'ywppp',
            'Website': 'http://ywpp.tk'
        }

        print('\n-----contact-----')
        for key, value in platforms.items():
            print(f'{key}: {value}')


if __name__ == '__main__':
    ywpp = ywp()
    ywpp.description()
    ywpp.medias()

Popular repositories Loading

  1. fsnipe fsnipe Public

    - f(ree)snipe: a free Minecraft name sniper avaliable for users to get the names they want!

    Python 5 2

  2. ywppp ywppp Public