执行语句Print Format(123.5,”$000,#.##”)的输出结果是_______。
举一反三
- 语句Print Format$(32548.5,“###,###.###”)的输出结果是()
- 语句print("输出结果是{:8s}".format("this"))的输出是:输出结果是 :□□□□this。 □表示空格。
- 语句Print Format(“Hello World”,“>”)的输出结果是()
- 变量x=123.45时,不能输出结果“123.5”的是( )。 A: print( {:.1f} .format(x)) B: print(round(x,1)) C: print( {0:.1f} .format(x)) D: print(f'{x:.f}')
- 以下语句的输出结果是()。Print Format$(1234.5, "00,000.00")