|
|
|
|
|
by boublepop
1622 days ago
|
|
In y opinion that would be better served with ‘’.join(
‘hello’,
‘world’) No footgun potential, and as others have mentioned the “good usage” would often be bad simply because it ends up looking like a mistake even if it’s intentional. |
|