Difference between revisions of "Control Flow, if statements etc.."
Jump to navigation
Jump to search
(Created page with "=If Statemts= if case1: perform action1 elif case2: perform action2 else: perform action3") |
|||
Line 1: | Line 1: | ||
= | =If Statemts= | ||
if case1: | if case1: | ||
perform action1 | perform action1 |
Revision as of 20:01, 6 January 2019
If Statemts
if case1: perform action1 elif case2: perform action2 else: perform action3