首页题库练习题目详情
Python程序设计单选题中等

要获取用户输入并将其转换为浮点数,应该使用哪个语句?

Afloat(input())
Binput(float())
Cint(float(input()))
DNone