Language
Version: 3.4.3
Categories
-
User Program Communication
-
Variables
-
Control Flow
-
Functions
-
Object Oriented Programming
Search Results
Searching for: Optionals in Python
If Statement
Language: Python
The if else block controls decision making by checking true/false statements resulting in different executions of code, depending on if the result is true and if the result is false. There are three parts to the if-else block: if, elif, and else.
< Previous Page |