显示0x

i=1
print("%#x\n",i)

显示6位有效数字

i=1
print("l=%.6lf\n",i)

 

相关文章: