- I'm Abdulrahman Mohammed, also known as 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ππ and Demonsπ π
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 π¨βπ» ooh yeah π
and a lot of things i love to see how things work in depth, make things,
break things and make things that break things.π
#!/usr/bin/env python3
import time
about_me = {
'Name':'Abdulrahman Mohammed',
'Nickname':'Mido - Devil',
'Age':24,
'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()