Try the following steps:
Start the Python interpreter in interactive mode.
At the »» prompt, type the following statement
print (‘This is a test of the Python interpreter.’)
After pressing the Enter key, the interpreter will execute the statement. If you typed everything correctly, your session should look like this:
»»print (‘This is a test of the Python interpreter.’)
This is a test of the Python interpreter.
»»
print (‘This is a test of IDLE.’)
Use what you’ve learned about the binary numbering system in this chapter to convert the following decimal numbers to binary:
11
65
100
255
Use what you’ve learned about the binary numbering system in this chapter to convert the following binary numbers to decimal:
1101
1000
101011
Look at the ASCII chart in Appendix C and determine the codes for each letter of your first name.