第14942题
运行代码print(r"\nPython")的输出结果是?
A
直接输出:"\nPython"
B
直接输出:\nPython
C
直接输出:Python
D
先换行,然后在新的一行中输出:Python
提交0次 正确率0.00%
答案解析