This website works better with JavaScript
Home
Explore
Help
Sign In
pythoncoder8
/
code-wars
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Create String repeat.py
PythonCoder8
3 years ago
parent
431456705b
commit
19f5056fce
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
8 kyu/String repeat/String repeat.py
+ 2
- 0
8 kyu/String repeat/String repeat.py
View File
@@ -0,0 +1,2 @@
+def repeat_str(repeat, string):
+ return string * repeat