==== Control_Flow: ==== Algemene structuur: if condition: do this: elif: do something else: else: do that ==== Comparison Operators: ==== ^Operator ^Meaning ^ | > |Greater than| | < | Less than | | >= | Greater than or equal to | |<= | Less than or equal to| | == | Equal to | | != | Not equal to|