There are 0 repository under cs50problems topic.
Welcome to my Harvard CS50 "Introduction to Computer Science with Python" Problem Set Solution Repository!
Harvard CS50's Introduction to Computer Science
Harvard's CS50 Course Solutions
This is a simple Python program that allows you to manage a contacts list. The program provides basic functionality for adding, listing, searching, and deleting contacts. It uses a dictionary to store contact details with names as keys.