Look at the piece of code and find the errors: List the five errors with the line numbers they are in and how to fix them, below in the box.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
 

Look at the piece of code and find the errors:

List the five errors with the line numbers they are in and how to fix them, below in the box.

 
 
 
1
# This code has 5 syntax errors ! Find them and correct
them.
# When you have found and corrected all five, run the
program
3
# and verify that it works. You can change the initial
Score
4
# to test different outcomes of the program.
6
# Create a variable called score, setting it to 10
7
Score = 10
8.
9
# If the score is zero or less
10
if score <= 0:
11
# Output to the user that they lose
print ("You Lose')
12
13
else
Loading...
14
# Output
You Win!
and the score to the user
15
16
print("You Win!")
prnit ("Your score is: ")
print(score)
17
18
19
# Wish the user good luck next time (If they win AND if
they lose)
print("Good luck next time.")
20
Transcribed Image Text:1 # This code has 5 syntax errors ! Find them and correct them. # When you have found and corrected all five, run the program 3 # and verify that it works. You can change the initial Score 4 # to test different outcomes of the program. 6 # Create a variable called score, setting it to 10 7 Score = 10 8. 9 # If the score is zero or less 10 if score <= 0: 11 # Output to the user that they lose print ("You Lose') 12 13 else Loading... 14 # Output You Win! and the score to the user 15 16 print("You Win!") prnit ("Your score is: ") print(score) 17 18 19 # Wish the user good luck next time (If they win AND if they lose) print("Good luck next time.") 20
Expert Solution
Step 1

Errors:

1. line 12 – double quotes not closed.
2. line 13 - colon(:) required after else
3. line 16 -  ‘print ‘spelling mistake
4.line 17 – this statement is not necessary, we can print score using(,) comma operator with the previous statement.
5. line 20 – this line is to be printed on both the if and else cases, so it has to be intended forward i.e.,not inside the else function

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY