用法 6:數字格式化. # -*- coding: utf-8 -*-. num = 1.5238. print 'L1: {:.3f}'.format(num) #小數點後保留位數(四拾五入).
確定! 回上一頁