题解 | #无法更改的信息#

无法更改的信息

https://www.nowcoder.com/practice/0fce92fc0c7046038c185c0b3e7ed996

a = input()
b = input()
c = a.split()
d = b.split()
q = c[0:3]
w = d[-3:]
q.extend(w)
print(tuple(c))
print(tuple(d))
print(tuple(q))

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务