79095547

Date: 2024-10-16 19:28:04
Score: 1
Natty:
Report link

the automatic test needs two lines of output to be graded correctly. Changing this part of your code:

operation = input("1 - add an entry, 2 - read entries, 0 quit\nFunction:")

to

print("1 - add an entry, 2 - read entries, 0 - quit")
input("Function: ")

will correct your submission.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: siamak bagherian