题解 | #投递简历#

投递简历

https://www.nowcoder.com/practice/7b8ef71449384e8db83aa53e2c8cb1fb

company_list = ['Alibaba', 'Baidu', 'Tencent', 'MeiTuan', 'JD'] for i in company_list:  print('Hello '+ i +', here is my resume!')  del company_list[company_list.index('Alibaba')]
company_list.pop(company_list.index('JD'))
company_list.pop(company_list.index('MeiTuan'))
company_list.remove('Tencent')  print()  for j in company_list:  print(j + ', thank you for passing my resume. I will attend the interview on time!')

全部评论

相关推荐

就用这个吧:支持多益再加一个空气使用费
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务