TOUCH TO SEE MY PRESENTATION
I_introduce_myself = True
if I_introduce_myself:
print("My name is Alex")
This_drives_me = True
if This_drives_me:
print("I am an enthusiastic researcher and programmer")
Programming_language = True
if Programming_language:
print("🐲Python, c and java")
Cybersecurity_activities = True
if Cybersecurity_activities:
print("👨🏾💻Sometimes I work with exploits to find and report bugs👨🏾💻")