difftastic/sample_files/if_before.py

8 lines
72 B
Python

x = True
y = True
if x:
foo()
if y:
bar()
baz()