题解 | #格式化清单#

格式化清单

https://www.nowcoder.com/practice/91041d28883847d2af52e98e3df14b53

list_q = ['apple', 'ice cream', 'watermelon', 'chips', 'hotdogs', 'hotpot']
while list_q:
    list_q.pop()
    print(list_q)


全部评论

相关推荐

评论
3
收藏
分享

创作者周榜

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