Skip to content

Instantly share code, notes, and snippets.

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

  • Save psicobyte/37c8f3f49d8bb66a8d38 to your computer and use it in GitHub Desktop.

Select an option

Save psicobyte/37c8f3f49d8bb66a8d38 to your computer and use it in GitHub Desktop.
while a < 10:
print a
a = a + 1
@Makova

Makova commented Jun 13, 2017

Copy link
Copy Markdown

print(a)

@Makova

Makova commented Jun 13, 2017

Copy link
Copy Markdown

declarar la variable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment