Question: 1 2 # This code has 5 syntax errors! Find them and correct them. # When you have found and corrected all five, run the

1 2 # This code has 5 syntax errors! Find them and correct them. # When you have found and corrected all five, run the program # and verify that it works. You can change the initial score # to test different outcomes of the program. 3 4 5 6 # Create a variable called score, setting it to 10 7 score = 10 8 9 10 11 12 13 14 15 16 17 # If the score is zero or less if score
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
