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