Skip to content

Instantly share code, notes, and snippets.

@zbrasseaux
Created March 1, 2018 22:23
Show Gist options
  • Save zbrasseaux/2bf5279856c3166ab2573a86afe31486 to your computer and use it in GitHub Desktop.
Save zbrasseaux/2bf5279856c3166ab2573a86afe31486 to your computer and use it in GitHub Desktop.
# This is a sample for loop.
for i in range (0,11):
# Each iteration prints "i = " followed by whatever i is equal to.
print ("i = " + str(i))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment