Skip to content
View AE563's full-sized avatar

Block or report AE563

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
AE563/README.md

Hi there 👋

class MySelf:
    name = 'Ivan'
    surname = 'Zhilnikov'
    gender = 'male'
    age = 33
    studying = ['Python', 'Django', 'SQL', 'PyTest', 'CI/CD', 'HTML', 'CSS', 'Rest API', 'Git', 'Linux']
    books = ['Grokking Algorithms', 'Code Complete']
    course = 'hexlet.io'
    tools = ['PyCharm', 'Obsidian', 'Ubuntu', 'Postman']

    def say_hello(self):
        print("Hi, my name is", self.name, self.surname)
        print("Gender:", self.gender)
        print("Age:", self.age)
        print("Studying now:", self.studying)
        print("Reading now:", self.books)
        print("I'm taking courses from:", self.course)
        print("Using tools:", self.tools)


# Creating an instance of the class
obj = MySelf()
obj.say_hello()

Pinned Loading

  1. PyTest-CI PyTest-CI Public

    test assignment for a job interview

    Python

  2. RPSSL-the-game RPSSL-the-game Public

    Python

  3. study-tasks study-tasks Public

    List of interesting problems I encountered in my studies

  4. ru-local-communities ru-local-communities Public

    Forked from Hexlet/ru-local-communities

    Список русскоязычных it-комьюнити по городам