题解 | #增加派对名单(一)#
增加派对名单(一)
https://www.nowcoder.com/practice/d3d9737be17d44a7919e3a03e8087270
y=input()
y=y.split()
x=[]
x.extend(y)
x.append("Allen")
print(x)
增加派对名单(一)
https://www.nowcoder.com/practice/d3d9737be17d44a7919e3a03e8087270
y=input()
y=y.split()
x=[]
x.extend(y)
x.append("Allen")
print(x)
相关推荐
查看5道真题和解析
查看1道真题和解析