Skip to main content
Teacher Portal

Because loops have not yet been introduced, the following is a perfectly acceptable solution:
Flight Traffic Controller Challenge Solution Python without loops

More advanced students might use loops to simplify the solution.

Flight Traffic Controller Challenge Solution Python with loops