Python add, update and delete the Dictionary data type

Viewed 13

after prompting the user to add their key and value pairs, the program will suggest if the user wants to prompt add, update or delete its dictionary in python. I already tried to prompt the user but the program got infinite I even tried the break method

0 Answers
Related