运行下列程序,要想输出的结果是小明的身高是1
运行下列程序,要想输出的结果是小明的身高是1.55。横线处需要填入的代码为?( )
height = 1.55
print('小明的身高是____。' % height)
%d
%f
%.f
%.2f