class WhoAmI:
user = 'Ivan Lim'
current_edu = "Nanyang Technological University"
currently_learning = "backend stuffs"
fun_fact = "I hate Pasta"
hobbies = [
'Chilling',
'Gaming',
'Study Code Sleep Eat',
]
def getCity():
return Singapore()
def Ambitions():
MAANG()
- Machine Learning
- Data Science
- Full Stack Development