EnglishРусский  
 Share/Save/Bookmark
 

Ads

Installer and installation software
Commercial and Freeware installers.

str.repeat

Repeating a string. Repeat a string the specified number of times.

method str str.repeat (
   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