Control Flow, if statements etc..
Revision as of 20:01, 6 January 2019 by Bacchas (talk | contribs) (Created page with "=If Statemts= if case1: perform action1 elif case2: perform action2 else: perform action3")
If Statemts
if case1: perform action1 elif case2: perform action2 else: perform action3