String repeat.py 59 B

12
  1. def repeat_str(repeat, string):
  2. return string * repeat