Skip to content

Instantly share code, notes, and snippets.

@paulodutra
Created July 25, 2023 13:20
Show Gist options
  • Save paulodutra/a670457a4ea6edba1b2775517cece31a to your computer and use it in GitHub Desktop.
Save paulodutra/a670457a4ea6edba1b2775517cece31a to your computer and use it in GitHub Desktop.
An example using for and range
for i in range(1,3):
print(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment