class myself:
def __init__(self):
self.name = "ATRS" or "ATRS7391"
self.pronouns = "he/him"
self.location = "Earth"
self.description = "I'm an Idiot from Titan xD. I'm highly motivated not to do anything (I'm lazy) :D"
self.interests = ["Music", "Aviation", "Computer Science", "Web Surfing"]
self.favorite_language = "Python"
def say_hello(self):
print("Hello! So yea, how come you are checking this idiot's profile today? BTW nice to meet you :)")
me = myself()
me.say_hello()