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
-
-
-
-
ru-local-communities
ru-local-communities PublicForked from Hexlet/ru-local-communities
Список русскоязычных it-комьюнити по городам
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
