class WhoAmI:
user = 'PIAL PAUL'
current_edu = "Chittagong Indepedent University"
currently_learning = "Machine Learning"
fun_fact = "I speak fluent binary… well, at least enough to say 'Hello' (01001000 01101001)"
hobbies = [
'Music',
'Coding',
'Gaming',
'Sci-Fi Movies'
]
def getCity():
return Chittagong_Bangladesh()
def Ambitions():
BecomeAIEngineer()
FinishMyProjects()
“Code is like humor. When you have to explain it, it’s bad” – Cory House