题解 | #派对名单#

派对名单

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

guest_list = ['Niuniu','Niu Ke Le']
for name in guest_list:
print('{}, do you want to come to my celebration party?'.format(name))
print('')
guest_list.insert(0,'GURR')
guest_list.insert(2,'Niumei')
guest_list.append('LOLO')
for name in guest_list:
print('{}, thank you for coming to my celebration party!'.format(name))

全部评论

相关推荐

点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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