Skip to content

Instantly share code, notes, and snippets.

@cwake
Created January 14, 2015 05:19
Show Gist options
  • Save cwake/1bd49f587e3ff77a950a to your computer and use it in GitHub Desktop.
Save cwake/1bd49f587e3ff77a950a to your computer and use it in GitHub Desktop.
Prints 10 stars
#Line of stars
def tentimes ():
print("* * * * * * * * * *")
tentimes()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment