1

I'm using python 3.10.4 right now.

I mistakenly wrote ["somestring" "somestring"] without a , separating the strings. Which evaluated to ["somestringsomestring"] without raising an error (which an error raised was my expectation).

And it seems like it was like that for previous versions.

How should I interpret the process of "string" "string" being evaluated to "stringstring"?

Inyoung Kim 김인영
  • 1,434
  • 1
  • 17
  • 38

0 Answers0