Control Flow, if statements etc..

From rbachwiki
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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If Statemts

if case1:
   perform action1
elif case2:
   perform action2
else: 
   perform action3