题解 | #无法更改的信息#
无法更改的信息
https://www.nowcoder.com/practice/0fce92fc0c7046038c185c0b3e7ed996
tuple_1=tuple(input().split()) tuple_2=tuple(input().split()) print(tuple_1,tuple_2,sep='\n') tuple_3=tuple_1[0:3]+tuple_2[-3::] print(tuple_3)
无法更改的信息
https://www.nowcoder.com/practice/0fce92fc0c7046038c185c0b3e7ed996
tuple_1=tuple(input().split()) tuple_2=tuple(input().split()) print(tuple_1,tuple_2,sep='\n') tuple_3=tuple_1[0:3]+tuple_2[-3::] print(tuple_3)
相关推荐