Travis build: 120

This commit is contained in:
30secondsofcode
2019-09-27 12:36:23 +00:00
parent 654ab969e3
commit 338a391975
3 changed files with 5 additions and 6 deletions

View File

@ -1792,8 +1792,7 @@ kebab('AllThe-small Things'); # "all-the-small-things"
Prints out the same string a defined number of times.
Use this method to print out the same string n number of times.
Repeat the string `n` times, using the `*` operator.
```py
def n_times_string(str,n):