题解 | #单词造句#

单词造句

https://www.nowcoder.com/practice/c0c7fa7523ea4651bd56b6cbc8c65c66

list = []

while True:
    i = input()

    if i == str(0):
        break
    else:
        list.append(i)

print(" ".join(list))

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务