class WhoAmI:
user = 'Erick Bonruque'
current_edu = "Computer Technician"
currently_learning = "Computer vision"
fun_fact = "I can differentiate bear species."
hobbies = [
'Gaming',
'Movies',
'RPG',
'Philosophy'
]
def getCity():
return ToledoPr()
def Ambitions():
GraduatingFromCollege()
SeeingPolarBear()
