Skip to content

Instantly share code, notes, and snippets.

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

  • Save psicobyte/335d2be4a708df6176f4 to your computer and use it in GitHub Desktop.

Select an option

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