第18929题 单选题
下列Python语句运行后输出结果为2022的是哪一项?
A
print("20"+"22")
B
print(20+22)
C
print("2022" in "2022")
D
s = "你好2022"
print(s[3:4])
程序运行统计
暂无判题统计