Today you will learn how to write a programs that includes both text and numbers.
Complete the sections on page 5 on this booklet that your teacher shows you.
Type:
print "2 squared is", (2 * 2)
print "2 cubed is", (2 * 2 * 2)
The code to create random numbers is below. Use this to create random numbers between 1 and 10.
Save the program as Random.