Hi there!
- I'm :- Abdulrahman Mohammed ~ De3vil
βοΈ π Iβm a:-π python developerπ οΏ½?οΈ πΉ malware developerοΏ½?οΈ πΉ π¨βπ» penetration testerπ I am currently learning C && assemblyπ - [Desktop Application WEB Application Hacking Tools web scraping automation]
i love':'cats
msg for u':Life's goal is to finish, so do what you want before it ends.
I am a Python developer(back-end developer) , hacker
and a lot of things i love to see how things work in depth, make things,
break things and make things that break things.
Connect with me:
If I has been useful for you, feel free to thank me by buying me a coffee#!/usr/bin/env python3
import time
about_me = {
'Name':'Abdulrahman Mohammed',
'Nickname':'Mido - Devil',
'Age':22,
'i love':'catsππ and Demons π π ',
'msg for u': 'Life's goal is to finish, so do what you want before it ends. πβ€οΈ'
}
def main():
for t,i in about_me.items():
time.sleep(0.2)
print(f'{t}: {i}')
print('\nBye ;D')
if __name__ == '__main__':
main()


