题解 | #牛牛最好的朋友们#
牛牛最好的朋友们
https://www.nowcoder.com/practice/ff823846af304a9a8cbbdfe2c9e8874c
# 接收两个朋友的名字
firend_one = input("")
firend_two = input("")
# 使用 + 做字符串输出,当然这里除了使用+也可以使用格式化字符串的方法
print(firend_one+firend_two)
牛牛最好的朋友们
https://www.nowcoder.com/practice/ff823846af304a9a8cbbdfe2c9e8874c
# 接收两个朋友的名字
firend_one = input("")
firend_two = input("")
# 使用 + 做字符串输出,当然这里除了使用+也可以使用格式化字符串的方法
print(firend_one+firend_two)
相关推荐
帮你内推|拼多多集团-PDD 实习