📜  只能将 str(不是“int”)连接到 str - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:35.913000             🧑  作者: Mango

代码示例1
# To solve the issue, just add str to your number or value like:

print( "Alireza" + str(1980))