![]() |
|---|
class WhoAmI:
user = 'Jayant Kumar'
current_work = 'Writing code'
hobbies = [
'Drawing',
'Watching Anime',
'Reading unimportant books'
'Being up all Night chasing that ONE BUG...'
]
def getCity():
return Delhi_India()
def Ambitions():
LearnJapanese()
CreateSkynet()
FinishMyProjects()
# Assume 10 more awesome ambitions here ;)

