单项选择题

在Python中,运行下列程序,输入的数据分别是5和10,输出的结果是()。
a=float(input())
b=float(input())
print(a*b)

A.15
B.50
C.10
D.5

微信扫码免费搜题