filmov
tv
Python Lesson 5 - Nested If Statements

Показать описание
Extending from our previous lesson, we make a small ticketing system for a cinema. It will determine the ticket price for a customer depending on whether they choose adult/child and whether they choose to see the movie on a weekday or weekend. This can be achieved with a nested if statement.