在Python中設置小數(shù)點的方法是使用內置函數(shù)round()。該函數(shù)可以將一個浮點數(shù)四舍五入到指定的小數(shù)位數(shù)。例如,如果要將一個浮點數(shù)保留2位小數(shù),可以使用round()函數(shù):
round()
num = 3.14159 rounded_num = round(num, 2) print(rounded_num) # 輸出 3.14
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業(yè)務經營許可證編號:B1-20181529