题解 | #无法更改的信息#
无法更改的信息
https://www.nowcoder.com/practice/0fce92fc0c7046038c185c0b3e7ed996
first = tuple(input().split()) second = tuple(input().split()) print(first) print(second) print(first[:3]+second[-3:])
无法更改的信息
https://www.nowcoder.com/practice/0fce92fc0c7046038c185c0b3e7ed996
first = tuple(input().split()) second = tuple(input().split()) print(first) print(second) print(first[:3]+second[-3:])
相关推荐