Chapter 1 Exercises Flashcards
In a print statement, what happens if you leave out one of the parentheses, or both?
If you are trying to print a string, what happens if you leave out one of the quotation marks, or both?
You can use a minus sign to make a negative number like -2. What happens if you put a plus sign before a number. What about 2 + + 2?
In math notation, leading zeros are ok, as in 09. What happens if you try this in Python?
What happens if you have two values with no operator between them?
How many seconds are there in 42 minutes 42 seconds?
How many miles are there in 10 kilometers? Hint: there are 1.61 kilometers in a mile.
If you run a 10 kilometer race in 42 minutes 42 seconds, what is your average pace (time per mile in minutes and seconds? What is your average speed in miles per hour.