Skip to content

Instantly share code, notes, and snippets.

@myrkvi
Created February 5, 2014 12:31
Show Gist options
  • Save myrkvi/8822649 to your computer and use it in GitHub Desktop.
Save myrkvi/8822649 to your computer and use it in GitHub Desktop.
for i, j in zip(range(0, 100, 1), range(0, 200, 2)):
print("variable 'i' is: %i" % i)
print("variable 'j' is: %i" % j)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment