Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanBaird authored Jun 7, 2022
1 parent bf2cb6f commit bb8384c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions String_repeat_kyu8.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Using two variables return a string repeated x amount of times

def repeat_str(repeat, string):
return string * repeat

0 comments on commit bb8384c

Please sign in to comment.