The Python script above is to help management of the NICE portion of a "naughty/nice" list. However, there are FOUR syntax errors that potentially prevent the script from running. As well, there are THREE logical errors that may impact how the script stores and modifies data. In the space below, indicate the type of error and what it is and/or how to fix it. You can refer to the line of code if appropriate.

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
nicelist - {
'emily": True,
"charles': False,
50
'scrooge": False,
'adrian', True
8 def getStatus(name):
If name in niceList.keys():
known == True
status - nicelist[name]
else:
12
known = False
status - False
return (known, status)
16
7 def togglestatus(name) :
if name in nicelist.values():
status - not (nicelist[name])
19
20
else:
nicelist[name] - True
22
3 print('Confirm status on nice list to TRUE..')
04
5 while True:
26
name - input ("Name: ")
27
28
if getStatus (name)[0] True and getStatus(name) [1] == False
29
print("Changing status to TRUE')
togglestatus(name)
else:
31
02
if getStatus(name)(1) - True:
print('Aiready confirmed as TRUE, no need to change')
togglestatus (name)
34
35
36
else:
print("Adding to list as TRUE")
Transcribed Image Text:nicelist - { 'emily": True, "charles': False, 50 'scrooge": False, 'adrian', True 8 def getStatus(name): If name in niceList.keys(): known == True status - nicelist[name] else: 12 known = False status - False return (known, status) 16 7 def togglestatus(name) : if name in nicelist.values(): status - not (nicelist[name]) 19 20 else: nicelist[name] - True 22 3 print('Confirm status on nice list to TRUE..') 04 5 while True: 26 name - input ("Name: ") 27 28 if getStatus (name)[0] True and getStatus(name) [1] == False 29 print("Changing status to TRUE') togglestatus(name) else: 31 02 if getStatus(name)(1) - True: print('Aiready confirmed as TRUE, no need to change') togglestatus (name) 34 35 36 else: print("Adding to list as TRUE")
5 while True:
26
name - input("Nane: ')
%3D
if getstatus (name) [e] = True and getStatus(name) [1] == False
print("Changing status to TRUE')
togglestatus (name)
28
31
32
33
else:
if getstatus(name)(1) True:
print('Already confirmed as TRUE, no need to change ')
togglestatus(name)
23
35
36
else:
print("Adding to list as TRUE')
togglestatus (name)
38
9 print('Thanks for changing the list!!')
The Python script above is to help management of the NICE portion of a
"naughty/nice" list. However, there are FOUR syntax errors that potentially prevent
the script from running. As well, there are THREE logical errors that may impact how
the script stores and modifies data.
In the space below, indicate the type of error and what it is and/or how to fix it. You
can refer to the line of code if appropriate.
Transcribed Image Text:5 while True: 26 name - input("Nane: ') %3D if getstatus (name) [e] = True and getStatus(name) [1] == False print("Changing status to TRUE') togglestatus (name) 28 31 32 33 else: if getstatus(name)(1) True: print('Already confirmed as TRUE, no need to change ') togglestatus(name) 23 35 36 else: print("Adding to list as TRUE') togglestatus (name) 38 9 print('Thanks for changing the list!!') The Python script above is to help management of the NICE portion of a "naughty/nice" list. However, there are FOUR syntax errors that potentially prevent the script from running. As well, there are THREE logical errors that may impact how the script stores and modifies data. In the space below, indicate the type of error and what it is and/or how to fix it. You can refer to the line of code if appropriate.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 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