题解 | #派对名单#

派对名单

http://www.nowcoder.com/practice/df1635c672fc407a84838101fc95058f

python3
guest_list = ['Niuniu', 'Niu Ke Le']
for i in range(len(guest_list)):
    print(guest_list[i] + ', do you want to come to my celebration party?')
print()
guest_list.insert(0,'GURR')
guest_list.insert(2,'Niumei')
guest_list.append('LOLO')
for j in range(len(guest_list)):
    print(guest_list[j] + ', thank you for coming to my celebration party!')

全部评论

相关推荐

不愿透露姓名的神秘牛友
07-10 13:54
点赞 评论 收藏
分享
05-20 13:59
门头沟学院 Java
米黑子米黑子:你这个成绩不争取下保研?
点赞 评论 收藏
分享
不愿透露姓名的神秘牛友
昨天 17:17
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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