Skip to content

Instantly share code, notes, and snippets.

@laurakelly
Created September 1, 2012 07:51
Show Gist options
  • Save laurakelly/3566748 to your computer and use it in GitHub Desktop.
Save laurakelly/3566748 to your computer and use it in GitHub Desktop.
also print odd numbers in python
print range(1, 100, 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment