class WhoAmI:
user = 'Jaydeep Yadav'
current_edu = "CSIT"
currently_learning = "Javascript"
fun_fact = "I hate Chillies"
hobbies = [
'Music',
'Chilling',
'Gaming',
'Sci-Fi Movies'
]
def getCity():
return Chhattisgarh_India()
def Ambitions():
BecomeSoftwareEngineer()
FinishMyProjects()
Jaydeep-Yadav Last Edited on - 11/10/2021