Please enable JavaScript to use CodeHS

Utah Introduction to Python 1 and 2

Lesson 13.1 Project: Ticketing System

Description

Students will get a chance to apply the Tracy commands and concepts they’ve learned so far to complete a project in this lesson. They will create a visual ticketing system using lists and user click interaction. They will also be able to include their own additional functionality to make the project their own.


Objective

Students will be able to:

  • Create a list to keep track of multiple numbers
  • Use list methods to update the list accordingly
  • Practice with user click interaction and additional Tracy concepts