Python格式化輸出與format函數

本文主要整理和彙總python一系列的格式化輸出方式:python 打印整數函數 print ("I'm number %d" % (20)) >>> I'm number 20 打印浮點數(默認)3d print("This book's weight is %f kg" % (0.85)) >>> This book's height is 0.850000 kg 打印浮點數(指定位數)c
相關文章
相關標籤/搜索