Skip to content

Instantly share code, notes, and snippets.

@psicobyte
Created April 29, 2015 18:26
Show Gist options
  • Select an option

  • Save psicobyte/8a7a3f1d788448e99b7e to your computer and use it in GitHub Desktop.

Select an option

Save psicobyte/8a7a3f1d788448e99b7e to your computer and use it in GitHub Desktop.
x= 0
while x < 9:
x = x + 1
if x == 5:
continue
print x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment