第16372题
已知Python中a='我要做作业'、b='我要学习',以下哪种方式可输出这两句中文?
A
print(a+b)
B
print('a'+'b')
C
print("a+b")
D
print("a"+"b")
提交0次 正确率0.00%
答案解析