Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created February 5, 2020 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/e636600053d54c91c4a6f436e0ad0513 to your computer and use it in GitHub Desktop.
Save codecademydev/e636600053d54c91c4a6f436e0ad0513 to your computer and use it in GitHub Desktop.
Codecademy export
def repeat_stuff(sutff, num_repeats):
return stuff*num_repeats
repeat_stuff("Row ", 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment