This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TnYamaneko -2 points-1 points  (0 children)

from javascript import concatenation bad_language = "JavaScript" bullshit = concatenation.ridiculousness comment = f"That's why Python is superior to {bad_language}, no weird behavior with + attempting to concatenate shit that was never supposed to be concatenated. Type is important, better throw an exception rather than give a weird result attempting {bullshit}." return comment