There are 2 syntax errors (errors that prevent the code from running) in the following code. There is also a missing space in one of the strings that will be printed. Fix the code so that it prints exactly this: “Your name is Carly and your favorite color is red.”.
You will get an error if you try to run the following code. Fix the code to print correctly without errors. It should print, “Your name is Carly and your age is 19.”
Using the variables given, modify the print statement to print "A car traveling at 70 mph takes 2.0 hours to go 140 miles." Make sure to print the variables, not the values you know they contain.
Write code below to get at least 3 values from the user using the input function and output a mad lib (which will use the input to tell a silly story).
This problem is not automatically checked. Make sure you are using variables to build your output and that the story uses the values you type in as input. Try giving different inputs and make sure that the story uses them.