50、执行以下程序,输出结果为: lst=[('1001','a'), ('1002','b'), ('2001','c')] for k,v in lst: if k[-1]=='2': break print(v)

时间:2023-10-11 13:52:41

相似题目