Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sshehrozali/fe84d2bdbed83dc8bd3c216decf792ee to your computer and use it in GitHub Desktop.
Save sshehrozali/fe84d2bdbed83dc8bd3c216decf792ee to your computer and use it in GitHub Desktop.
the-most-fancy-looking-advanced-phonebook-never-made-app
# 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