未分类题

运行以下程序,输出结果为()。lst1=["a","b","c","d","e"] lst2=[i.upper()+"1" for i in lst1] print(lst2[2])

A.upper()+"1"

【参考答案】

此题暂无答案,小编努力补充中……