Enhanced Computer Science Project No Title
Enhanced Computer Science Project No Title
Submitted By:
Vageesha Vaishnavi
Submitted To:
Acknowledgment
I would like to express my gratitude to my Computer Science teacher for guiding me throughout this project.
I also thank DAV Public School, Patratu, for providing the resources and platform to develop this project.
Index
3. Basic Calculator
4. Library Management
Automation of Departmental Store
cart = {}
while True:
if choice == 'done':
break
if choice in products:
else:
total = sum(cart.values())
students = {}
while True:
if choice == 1:
students[name] = marks
elif choice == 2:
elif choice == 3:
break