blob: 36b3abe059a026a442157ba1346e7e7bf0bac721 [file] [log] [blame]
# if and else
<the_if>if <the_cond>True:
<then_stmt>pass
else:
<else_stmt>pass