Skip to content

Instantly share code, notes, and snippets.

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