# Title: Movie Program # Author: Jasmeen Kaur Mann # Date: Monday 8th June 2026 # Version: 1 # Purpose:Create a message saying "Welcome to the Movie program" # Repeat message ## Input ## Output print(f"Welcome to the Movie program") print(f"To use this program you will enter the number of tickets you want to purchase and how much the ticket costs ") print(f"Let's begin...") print(f"What is the ticket price?") print(f"Total cost of the tickets") print(f"Total cost-discount") number = int(input(f'How many tickets are you buying?') if number <= 8: answer = number * 10 print(f'The total amount is {number} x $10 = {answer}') if purchase <8= 25%: print(f"If you purchase 8 or more tickets you receive a 25% discount off the total cost.") else: print(f"No dicount applied") print('The program has ended.')