Skip to content

benedictdebrah/benedictdebrah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 

Repository files navigation

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())

About

me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors