class WhoAmI:
user = 'Sneh Kr'
current_Edu = 'B.Tech CSE'
hobbies = [
'Coding',
'Debugging APIS',
'Watching Sci-Fi Series',
'Being up all Night chasing that ONE BUG...'
]
def getCity():
return Jaipur_India()
def Ambitions():
LearnPHP_&_DB()
WorkingOnBashScript()
CreateBackendAPIs()
FinishMyPythonProject()
def Goals():
return BecomeAEthicalHacker()