Here's a bit about me:
- 🌱 I’m currently working on honing my skills in AI and machine learning.
- ⚡ Check my ✨ Portfolio Website
- 👯 I’m looking to collaborate on exciting open-source projects.
- 💬 Ask me about Python Development, Machine Learning, Operating Systems, DSA, OOP, Web Development (Front-end and Back-end), API Development, Automation
⚡ Fun Fact about Me: I can binge-watch Netflix like a pro! Once I start a series, it's hard to resist the 'Next Episode' button. 🙃
watched_episodes = 0
total_episodes = 10
while watched_episodes < total_episodes:
watched_episodes += 1
print(f"Just watched episode {watched_episodes}. Netflix, please stop tempting me with the 'Next Episode' button!")