Beginner • Control Structures
You're writing a simple program to check if a number is positive, but Python won't even run your code. The interpreter is complaining about invalid syntax on your if statement line.
Hover over each line to understand what it does