86 两个字符串连接程序

# 两个字符串连接程序

a = "123"
b = "abc"
print(a+b)
posted @ 2024-09-27 16:16  人要靠自己you  阅读(9)  评论(0)    收藏  举报