题解 | #投递简历#

投递简历

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

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


全部评论

相关推荐

在努力的外卷侠很靠谱:怎么,大家都没保底吗?我这美团已经入职了,不说了,系统派单了。
点赞 评论 收藏
分享
10-14 10:56
已编辑
长沙学院 嵌入式软件开发
痴心的00后拿到了ssp:hr面挂了,无所谓了反正不去😃
点赞 评论 收藏
分享
joe2333:怀念以前大家拿华为当保底的日子
点赞 评论 收藏
分享
1 收藏 评论
分享
牛客网
牛客企业服务