Y
Hacker News
new
|
ask
|
show
|
jobs
by
guram11
1902 days ago
and to make things weirder python can concat literal strings together with "space operator"(j/k)
>>>'a' 'b' 'c' >>>'abc'
1 comments
marvy
1902 days ago
they got rid of that in Python 3, I think
link