题目详情
多选题 下面可以输出浮点数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程序设计及数据分析
时间:2025-06-03 00:50:13
相关题目
相关作业