Skip to content

Instantly share code, notes, and snippets.

@sparverius
Last active September 6, 2019 05:46
Show Gist options
  • Save sparverius/7f28a4f3c407abb5d20f4028cb0dc288 to your computer and use it in GitHub Desktop.
Save sparverius/7f28a4f3c407abb5d20f4028cb0dc288 to your computer and use it in GitHub Desktop.
if not _
if ...
if ...
if ...
for block in self._._():
if ...
for ...
if _ is not None and not ...:
while True:
if _ == self._:
break
if _ == _ or ... or \
_ == _ or ...:
something = True
break
else ...
if ...
...
if ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment