Chapter 1: Problem 3
Play with the interpreter a little. Use it like a calculator and type this: 8 * 9. Press the Enter key to see the result. Python should print 72.
Short Answer
Expert verified
Type `8 * 9`, hit Enter, and you'll see `72` as the result.
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.