Update README.md

This commit is contained in:
Tatiana 2021-07-10 21:42:57 -07:00 committed by GitHub
parent 80affeb2a4
commit acca175d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ You will notice in this exercise that there are multiple tests (see in file `rep
## Hints
- Take note of the above function call- how exactly is it being called?
- You're going to want to use a loop for this one.
- Create a variable to hold the string you're going to return, create a loop that repeats the given number of times and add the given string to the result on each loop.