EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

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