Skip to content

Instantly share code, notes, and snippets.

foo()
if a > b:
bar()
else:
baz()
if a > b:
foo()
bar()
else:
foo()
baz()
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.