3 lines
62 B
Text
3 lines
62 B
Text
|
|
'ha'.Repeat(5) --> "hahahahaha"
|
||
|
|
'*'.Repeat(5) --> "*****"
|