#off_list=['Allen','Tom'] #txtl='{},you have passed our interview and will soon become of our company.' #txt2='{},welcome to join us!' #for name1 in off_list: # print(txt1.format(name1)) #off_list[1]='Andy' #for name2 in off_list: # print(txt2.format(name2)) #offer_list=['Allen','Tom'] #for name in ...