Created
June 27, 2022 16:43
-
-
Save sshehrozali/fe84d2bdbed83dc8bd3c216decf792ee to your computer and use it in GitHub Desktop.
the-most-fancy-looking-advanced-phonebook-never-made-app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 1st Project | |
| # Phonebook that can: | |
| # 1. Read all contacts | |
| # 2. Create contacts | |
| # Welcome to Phonebook App | |
| # 1. Create new contact | |
| # 2. Read contacts | |
| # Type option: 1 | |
| # Contact Name: | |
| # Contact Number: | |
| # Contact Created! | |
| # 1. Create new contact | |
| # 2. Read contacts | |
| # Type option: 2 | |
| # All Contacts | |
| # xyz | |
| # abc | |
| print("\n---| Welcome to Phonebook App |---\n") | |
| print("1. Create Contact\t\t2.Read all Contacts\n\n") | |
| print("What you want to do? Type option [1/2]\n\n") | |
| option = input("") | |
| # continue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment