Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 8, 2020 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/ef04e6eaf02e56cd57be0f8798faf430 to your computer and use it in GitHub Desktop.
Save parzibyte/ef04e6eaf02e56cd57be0f8798faf430 to your computer and use it in GitHub Desktop.
# parzibyte.me/blog
contador = 0
while True:
print(contador)
contador += 1
if not (contador <= 5):
break
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment