📄️ Input Statements
Imagine you're creating a program that asks a user for their favourite superhero. Now, that's where INPUT comes in! Here’s how we handle input in Python, starting with different types.
📄️ Output Statements
Now that we’ve mastered getting inputs, let’s talk about presenting the results. The OUTPUT statement in pseudo-code becomes print() in Python. Let’s add some sparkle!