Comp Page 4
Comp Page 4
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")