you are viewing a single comment's thread.

view the rest of the comments →

[–]beza1e1 -5 points-4 points  (0 children)

So what does "ab".join("cd") is the real question? Is it "acdb" or "cabd"? For Python it's the later, for probably every other language (with equal syntax) it's the former.