Computer Project
Computer Project
Computer Project
SCIENCE
PROJECT
CLASS: XII-B
1. Declaration
2. Acknowledgement
3. Working description
4. Source Code.
NIDA
FARAT
XII-B
ACKNOWLEDGEMENT
INTRODUCTION
def Menuset():
print("enter 1: To enter customer data")
print("enter 2 : To view roomtype") print("enter
3 : for calculating room bill") print("enter 4 : for
viewing restaurent menu") print("enter 5 : for
restaurent bill") print("enter 6 :for laundary
bill")
print("enter 7 : for complete bill")
print("enter 8 : for exit:")
try:
userinput=int(input("pleaseselect an above option:"))
except ValueError:
exit("\n hi thats not a number")
def runagain():
runagn=input("\n want to run again y/n:")
while(runagn.lower()=='y'):
if(platform.system()=="windows"):
print(os.system('cls'))
else:
print(os.system('clear'))
menuset()
runagn=input("\n want to run again y/n:")
runagain()
Output of the Project
Finally, we conclude our work and present the output of the Project.