Skip to content

Instantly share code, notes, and snippets.

@cwake
Created January 24, 2015 03:01
Show Gist options
  • Save cwake/8810460b1ea9fd97f681 to your computer and use it in GitHub Desktop.
Save cwake/8810460b1ea9fd97f681 to your computer and use it in GitHub Desktop.
Loops stars 10 times
#Loop program
def tentimes():
for x in range(10):
print("*")
tentimes()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment