在Python中,你可以用加号来拼接两个字符串。

In Python, you can use the plus sign to concatenate two strings.

点击显示答案

In Python, you can use the plus sign to concatenate two strings.

concatenate 来自拉丁语 concatenare,由 con-(表示"一起")和 catena("链子")组成,字面意思是"把东西像链子一样连在一起"。在编程中特指"将字符串首尾相连"的操作,即"字符串拼接"。

在 App 中完整学习这张卡片

在 App 中学习