filmov
tv
Validation loops in Python
Показать описание
One common task in python is to add a validation loop. This means that we ask the user for input and check whether that input is OK before proceeding with the program. This video shows how to set one up and a few techniques for checking input.