Python 1
Python 1
INTRODUCTION
● Welcome to newly designed website movie ticket booking is a faster, cleaner
and a tad more personal website, specially
● designed to make your booking experience better. Log on, navigate and find
out for yourselves and if time permits leave your
● valuable feedback.
● Customers may view the contents of any movie show at any time and may
book any movie ticket as needed. The program
● automatically calculates the subtotal and grand total. When a visitor decides to
finally book the ticket, the order information
● including the buyer's name, address and billing instruction is stored in the
database securely and payment has been made.
SYSTEM REQUIREMENT
● Hardware Specification
● Server:
● Processor-7th generation i5
● RAM-128MB (min)
● Hard disk-20GB
● Client:
● Processor-7th generation i5
● Ram-128MB (min)
● Hard disk- 20GB
● 2.2 Software Specification
● Platform - Windows 8,10
● Front end - Html, Css
● Backend - Xampp
global f
f=0
def movie(theater):
if theater == 1:
t_movie()
elif theater == 2:
t_movie()
elif theater == 3:
t_movie()
elif theater == 4:
city()
else:
print("wrong choice")
def center():
print("which theater do you wish to see movie? ")
print("1,Inox")
print("2,Icon")
print("3,pvp")
print("4,back")
a = int(input("choose your option: "))
movie(a)
return 0
DONE BY :
RITHISH.K
XI – A2