A contact book stores names and phone numbers.
We will use a dictionary where:
-
Key = Contact Name
-
Value = Phone Number
✅ π Project Code: Contact Book
π§ What You Learn from This Project
✔ Creating and using dictionaries
✔ Adding key–value pairs
✔ Updating and deleting items
✔ Looping through dictionaries
✔ Simple user input handling
No comments:
Post a Comment