DEV Community

Discussion on: Multiply a string? 🤔

Collapse
 
misobelica profile image
Mišo • Edited

While I sometimes use it in Python for delimiters in print("-" * 100) I don't think it's a big feature worth to spread. I think the method "*".repeat(100) would be more clear for people.