import sys offer_list = ["Allen", "Tom"] str1 = ", you have passed our interview and will soon become a member of our company." str2 = ", welcome to join us!" # 解法1 # print( # f"{offer_list[0]}, you have passed our interview and will soon become a member ...