|
|
|
|
|
by Sohcahtoa82
15 days ago
|
|
And as much as I love Python, being able to multiple a string by an integer doesn't make sense when adding an integer to a string is a TypeError. Being able to repeat a string is fine, but it should be a str.repeat() function, not an operator overload like that. |
|