- 👀 I’m interested in Programming Language & Haking.
- 🌱 I’m currently learning In WHOMI...?
- 💞️ I’m looking to collaborate on SQL Injection.
- 📫 How to reach me Facebook,Instgram,And My Portfolio...
- 😄 Pronouns: I Like Programming.
- ⚡ Fun fact: ... HaKinG..SomE..baD..Topic.
class Languages:
def __init__(self):
self.python = "Python 🐍"
self.bash = "Bash 🔩"
self.golang = "Golang (Learning)"
self.future = "..."
Device | Operating System | Processor |
---|---|---|
Device 1 | Windows 10 Pro | Intel Core i7 |
Device 2 | Kali 2024.2 | Intel core i5 |
Redmi Note 12 | Xiaomi HyperOS, Snapdragon® 685 | Adreno 619 |
def fibonacci(n):
if n <= 0:
return 0
elif n == 1:
return 1
else:
return fibonacci(n-1) + fibonacci(n-2)
- LinkedIn: MY-linkedin
- Email: [email protected]
Let's build something amazing together!