• 2022-06-07
    下面可以输出浮点数3.0的程序语句有:
    A: print(float('3.0'))
    B: print(float(3))
    C: print(float(' 3.0\n'))
    D: print(float('\t 3.0\n'))