class Bio:
def __init__(self):
self.past_role = "Data Scientist"
self.current_role = "AI Engineer (for now)"
self.future_focus = "Cloud & Data"
self.fun_fact = "I kill XAUUSD, AUDJPY and USDCAD on the Daily (Passion)π©π"
self.email = "[email protected]"
def __str__(self):
return f"""
π Swallowing the Hard Pill
π¨βπ» Previously: {self.past_role}
π Currently: {self.current_role}
π Future: {self.future_focus}
π° Fun fact: {self.fun_fact}
π Always learning, adapting, and building for what's next.
π© **Contact:** {self.email}
""".strip()
print(Bio())benedictdebrah/benedictdebrah
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Β | Β | |||