DEV Community

Discussion on: Multiply a string? 🤔

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

That's cool, what about python integer multiply 🤔 maybe it's not such a crazy thought.

(I must learn kotlin soon)

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.