DAE hit 100 lines of code that actually worked and feel like a genius?
I was following a tutorial to build a simple number guessing game in Python. I typed everything out, line by line, for what felt like forever. When I finally ran it, I got an error about a missing colon. I fixed that, ran it again, and got another error about a variable name. This happened maybe five more times. But then, on the next try, the terminal just sat there with a blinking cursor, waiting for my input. The game worked! I counted the lines in my file, and it was exactly 102. That number blew my mind. It wasn't just a few lines in a sandbox. It was a real, tiny program I made from scratch. It made all the frustration of fixing those errors totally worth it. So, what was your first 'it actually works' moment, and how many lines of code was it?