python

print
%d 整數列印
%f float列印
%s string列印
%e 科學記號列印
%5d 固定列印 5位元 整數 ,少於5位元 左邊自動填入空白,大於5位元全部列印
%5s 固定列印 5位元 string ,少於5位元 左邊自動填入空白 ,大於5位元全部列印
%8.2f 固定列印 8位元 float 含小數點
%-8.2f 固定列印 8位元 float 含小數點 -右邊自動填入空白

本篇發表於 python。將永久鍊結加入書籤。

發表迴響

您的電子郵件位址並不會被公開。 必要欄位標記為 *

*

您可以使用這些 HTML 標籤與屬性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>