str.repeat
Repeating a string. Repeat a string the specified number of times.
method str str.repeat (
uint count
)
uint count
)
Parameters
count | The number of repeatitions. The result will be written into this very string. |
Return value
Returns the object which method has been called.
Related links | Source |