Practice Questions

Practice #1
Using the print syntax, use each of the following types and output them in the console:

Practice #2
Store your name as a variable and print a message using concatenation of the two variables in the code box below

Practice #3
Try to print the same statement as above, by this time, combine your name and message in the print statement.

Practice #4
Find a quote from a famous person and print the quote and name (similar to the previous example). Don't forget that the quotation marks should be printed.

Practice #5
Repeat practice #4, but this time, save the famous person's name as a variable.