登录
注册
首页
->
Python期末
下载题库
在Python中,运行下列程序,从键盘接受的数据分别是5和10,输出的结果是50.0。 a=float(input( )) b=float(input( )) print(a*b)
(A)对
(B)错
参考答案
继续答题:
下一题
更多Python期末试题
1
下面哪个运算顺序和结果正确( )。
考试