第33503题 单选题
执行以下Python代码,输出的结果是?
lst = "abc"
print(lst+lst)
A

abcabc

B

abc

C

lst+lst

D

abc+abc

程序运行统计
暂无判题统计