Skip to content

Instantly share code, notes, and snippets.

@JakenHerman
Created February 13, 2014 19:56
Show Gist options
  • Save JakenHerman/8982616 to your computer and use it in GitHub Desktop.
Save JakenHerman/8982616 to your computer and use it in GitHub Desktop.
string_times on Coding Bat
__author__ = 'Jaken'
def string_times(str, n):
return str*n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment