Skip to content
Cinema World
  • Pages
    • icon picker
      The Task
    • Pseudocode
    • 02-stage 1
    • 03-stage 2
    • 04-stage 3
    • 05-extension
    • Code Clips

The Task

Activity: Cinema World 🍿

Problem description / program requirements for Cinema World
Cinema World wish to offer customers a confirmation notice when they order film tickets.
They are looking for a program that will ask for the full name of the customer, how many tickets they are buying and the name of the film they are going to see.
It will then calculate the total cost of the ticket and display the full name, film, number of tickets and total cost.
For a limited time only all tickets will be £5.
To-do list
You have to produce:
a list of the inputs, processes and outputs, you should have this already
a pseducode design, use the pseudocode.md file
a working program, use the main.py file
Good luck! 🍀

Sample Output

Full name: Jake Peralta
Film name: Die Hard
Number of Tickets: 2


Cinema World
------------

Ticket Confirmation
Full name: Jake Peralta
Film : Die Hard
Number of Tickets: 2
Total Cost: £10
 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.