Skip to content

Instantly share code, notes, and snippets.

@cwake
Created January 14, 2015 05:06
Show Gist options
  • Save cwake/2d5fc01920168bdd9fbe to your computer and use it in GitHub Desktop.
Save cwake/2d5fc01920168bdd9fbe to your computer and use it in GitHub Desktop.
Times 10
#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