s1 = input().split( ) print(s1) s1.pop() print(s1) new_char = input() s1.append(new_char) print(s1)
暂无评论,快来抢首评~
相关推荐