blob: 8e959921ccf894ba64fbf58a54a1fbf5963b65a5 [file] [log] [blame]
while condition1:
pass
if condition:
pass
else:
test1()
test2()