题解 | #发送offer#
发送offer
https://www.nowcoder.com/practice/66969869634b4142ac371684fcf89764
name=['Allen','Tom'] for item in name: print(f"{item}, you have passed our interview and will soon become a member of our company.") name[1]='Andy' for item in name: print(f"{item}, welcome to join us!")