第16647题 单选题
以下Python代码中,哪一行的输出结果不是Python3.7?
A
print("Python3.7")
B
print("Python"+3.7)
C
print("Python"+str(3.7))
D
print("Python"+"3.7")
程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析