Codecademy Python 3 Lessons on Syntax Comments, Strings, Errors, Calculations Exponents Changing Numbers and Moduo
Type your name
Comments section: Write me a line of code that prints She sells sea shells down by the sea shore
Write me a single line comment that tells me who one of your family members is
Strings section: What is a string?
Are variables changeable? If so, how often can you change them?
What kind of quotes can you use to create a string?
Errors section: What is the difference between a SyntaxError and a Name Error?
Calculations section: What kind of math can Python do?
Exponents section: How do you do an exponent in Python? Answer this by showing me how to print out 9^2.
Changing Numbers section: What is a float in Python?
Moduo section: What does the % operator do?
Write a line of code to print out the remainder of 23 divided by 5. Do using the mod operator.