When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.
4
Coding For Beginners Python - Learn the Basics - Conditionals
You can have if statements inside if statements, this is called nested if statements. if statements cannot be empty, but if you for some reason have an if statement with no content, put in the pass statement to avoid getting an error.