The operation rule of print is that before encountering the first character/string/variable, all numbers will be added when encountering the plus sign. When any character is encountered, the plus sign becomes a character/string concatenation. Is that so?