问答题

下面代码的输出结果是()x=3.1415926print(round(x,2),round(x))x=3.1415926print(round(x,2),round(x))

【参考答案】

3.14 3
热门 试题