smpl_util.util.times

smpl_util.util.times(s, n)[source]

Concats string s n times.

Examples

>>> times("hi",5)
'hihihihihi'

Deprecated since version 0.0.0.

Deprecated since version 1.0.3: This will be removed in 1.2.0.