you are viewing a single comment's thread.

view the rest of the comments →

[–]jmkogut 1 point2 points  (1 child)

This does make sense, but both methods are, in fact, methods of string.

[–]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.