#title:movie #author:kaio #date:24/06/25 #version:v1 #purpose:to tell you the price of movie tickets print('Welcome to movie tickeet calculator.') print('To use this program you will need to enter the ticket price and the amount of people going') cost = input("how much do the tickets cost?") amount = input ("how many tickets are you buying?")