Problem 1
If you don’t already have Python 3 installed on your computer, do it now. Read Appendix B for the details for your computer system.
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.
Problem 5
Now, type print(47) and press Enter. Did that also print 47 for you on the next line?