26 ms·
and to make things weirder python can concat literal strings together with "space operator"(j/k) >>>'a' 'b' 'c' >>>'abc'
by guram11 5y ago
and to make things weirder python can concat literal strings together with "space operator"(j/k)
>>>'a' 'b' 'c'
>>>'abc'
- marvy 5y agothey got rid of that in Python 3, I think