1.23e-02. >>> print('%.3e' % 0.0123456789) # 指定精確度到小數後3 位(四捨五入). 1.235e-02. >>> print('%10e' % 0.0123) # 指定小數點後6 位.
確定! 回上一頁