Okay so why does any of this matter?
Right now it feels simple — but print statements become super useful when your scripts get more complex.
For example, if something in your game isn't working right, you can add a print statement to check — is my script even running? What value does this variable have right now?
It's like a debugging tool. Professional developers use print statements all the time to figure out what's going on inside their code.
So even though it looks basic