题解 | #发送offer#

发送offer

https://www.nowcoder.com/practice/66969869634b4142ac371684fcf89764

a_list=['Allen','Tom']  #初始变量

for i in a_list:   #列表变量输出
    print('{}, you have passed our interview and will soon become a member of our company.'.format(i))

a_list.remove('Tom')  #删除列表中这个字段
a_list.append('Andy') #列表新增这个字段
for j in a_list:  #列表变量输出
    print('{}, welcome to join us!'.format(j))

全部评论

相关推荐

发了一直都没回复我
牛客48325473...:不回就是默拒了
点赞 评论 收藏
分享
06-07 00:00
已编辑
腾讯_后端开发
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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