Browse Source

Create String repeat.py

PythonCoder8 3 years ago
parent
commit
19f5056fce
1 changed files with 2 additions and 0 deletions
  1. 2 0
      8 kyu/String repeat/String repeat.py

+ 2 - 0
8 kyu/String repeat/String repeat.py

@@ -0,0 +1,2 @@
+def repeat_str(repeat, string):
+    return string * repeat