class IhaAgrawal:
def __init__(self):
self.username = "ihaagrawal"
self.name = "Iha Agrawal"
self.location = "India ๐ฎ๐ณ"
self.current_status = "Debugging life, one semicolon at a time"
def get_daily_routine(self):
return {
"morning": "โ Coffee++",
"afternoon": "๐ป Code(while coffee != None)",
"evening": "๐ Debug(why is this working now?)",
"night": "๐ Think about that bug from 3 days ago",
"loop": "repeat until successful or stackoverflow runs out of answers"
}
def what_i_do(self):
return [
"๐ Hunt competitive programming problems like Pokรฉmon",
"๐ค Train machines to be smarter than me (scary, I know)",
"๐ Charm Pythons and tame C++ dragons",
"๐ Make data tell stories (usually horror stories about my code)",
"๐ฏ Miss semicolons and blame the compiler"
]
me = IhaAgrawal()
print(me.what_i_do()) # Warning: May cause excessive coffee consumptionconst currentMissions = {
๐ฅ competitive_programming: "Solving Codeforces problems faster than I can say 'Time Limit Exceeded'",
๐ง machine_learning: "Teaching machines to learn (they're better students than me)",
๐ learning: "100 Days of Python (Day โ, lost count but still going)",
๐ mastering: "DSA (Data Structures & Algorithms, not 'Do Something Awesome'... or is it?)",
๐ฑ growing: "From print('Hello World') to print('I understand pointers now!') (lies)",
โ essential: "Converting caffeine into code with 95% efficiency"
};
// TODO: Fix the bug that's been haunting me since last Tuesday
// TODO: Remember to commit more frequently
// TODO: Stop starting new projects and finish the old ones (impossible)- ๐ I'm not saying I'm good at debugging, but I can crash a program in ways you didn't know existed
- ๐งโโ๏ธ My code works 60% of the time, every time (like magic, but less reliable)
- ๐ I write comments to explain why my code works... then it stops working
- ๐ฒ My programming style? Aggressive Googling with a hint of Stack Overflow
- ๐ฎ Complexity: O(delicious) when it comes to food
- ๐ฎ I treat coding errors like video game achievements
- ๐ญ My thoughts: 90% "Why isn't this working?" 9% "Why IS this working?" 1% "Wait, what?"
๐ต Current Vibe:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โถ Now Playing: Lofi Hip Hop
๐ โฐโฐโฐโฐโฐโฐโฐโฑโฑโฑ 70%
โฎ โฏ โญ
๐ง Coding & Chill Radio
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Music Needed For:
โข Bug Fixing: Death Metal ๐ค
โข New Features: Lo-Fi Beats ๐ต
โข Code Review: Classical Music ๐ป
โข Production Deploy: Panic! At The Disco ๐ฑ
