Simplify Python example file

ida_star
Wilfred Hughes 2021-08-30 21:20:17 +07:00
parent d00a20366f
commit 28d7b85e6b
2 changed files with 4 additions and 12 deletions

@ -1,7 +1,3 @@
x = True
y = True
if x:
foo()
if y:
bar()
baz()
foo
bar

@ -1,7 +1,3 @@
x = True
y = True
if x:
foo()
if y:
bar()
baz()
foo
bar