Operators & Decision Making

Running a Python program means telling the computer to execute your code and show the result. After writing your Python code, you need to run it to see what it does. This is how we check if our program is working correctly.**