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