Question: The task for this was to Fix the errors and then run the program. Each time you fix an error, add a # comment in

The task for this was to
Fix the errors and then run the program.
Each time you fix an error, add a # comment in the line where you fixed it
and indicate which of the three types of errors it was with a brief
explanation of why that is
'''original block''' # This example program is meant to demonstrate errors.
# There are some errors in this program. Run the program, look at the error messages, and find and fix the errors.
animal = Lion
animal_type = "cub"
number_of_teeth =16
full_spec = "This is a {animal}. It is a {number_of_teeth} and it has {animal_type} teeth"
print full_spec

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!