题目详情
多选题 下面可以输出浮点数3.0 的程序语句有
A. print(float('3.0'))
B. print(float(3))
C. print(float(' 3.0\n'))
D. print(float('\t 3.0\n'))
学科:Python程序设计基础
时间:2024-07-08 09:22:48
相关题目
相关作业