Skip to content

Instantly share code, notes, and snippets.

@csiki
Created June 20, 2018 16:17
Show Gist options
  • Save csiki/6c7c778bf826c54af86a83dd19976816 to your computer and use it in GitHub Desktop.
Save csiki/6c7c778bf826c54af86a83dd19976816 to your computer and use it in GitHub Desktop.
while y > 6:
if y == 5:
x += y*2
if x < 42:
x += y*3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment