Python Dictionary Phone Book

Asked 2 years ago, Updated 2 years ago, 17 views

.. How can I create a code that allows users to enter their friends' names and numbers, save them in a dictionary, and search their names and phone books when they are saved?I'm not good at receiving input through for loop and setting sentinel values

python

2022-09-22 19:21

1 Answers

I made a demo with JS, but I don't think for is needed for input.


2022-09-22 19:21

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.