0% found this document useful (0 votes)
4 views1 page

Comp Page 4

The document outlines a booking system that checks for existing phone numbers before confirming a room reservation. It includes details about room amenities for different types of accommodations in a hotel. The code also provides options for navigating back to the home menu or exiting the system.

Uploaded by

jmridul138
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Comp Page 4

The document outlines a booking system that checks for existing phone numbers before confirming a room reservation. It includes details about room amenities for different types of accommodations in a hotel. The code also provides options for navigating back to the home menu or exiting the system.

Uploaded by

jmridul138
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

elif p1 in phno:

for n in range(0,i):
if p1== phno[n]:
if p[n]==0:
print("\tPhone no. already exists and payment yet not done..!!")
name.pop(i)
add.pop(i)
checkin.pop(i)
checkout.pop(i)
Booking()
print("\t\t\t***ROOM BOOKED SUCCESSFULLY***\n")
print("Room No. - ",rn)
print("Customer Id - ",cid)
roomno.append(rn)
custid.append(cid)
i=i+1
n=int(input("0-BACK\n ->"))
if n==0:
Home()
else:
exit()
#ROOMS INFO
def Rooms_Info():
print(“ —HOTEL ROOMS INFO—”)
print(" ")
print("STANDARD NON-AC")
print(“-------------------”)
print("Room amenities include: 1 Double Bed, Television, Telephone")
print("Double-Door Cupboard, 1 Coffee table with 2 sofa,
Balcony and")
print("an attached washroom with hot/cold water \n")
print("STANDARD NON-AC")
print(“--------------------”)
print("Room amenities include: 1 Double Bed, Television, Telephone")
print("Double-Door Cupboard , 1 Coffee table with 2 sofa, Balcony and")
print("an attached washroom with hot/cold water + Window/Split AC.\n
print("3-Bed NON-AC")

You might also like