本影片介紹了 Python 的 `decimal` 模組。
通過本文,你可以學習使用 `decimal` 模組進行計算的基礎、控制精度、四捨五入等內容,並提供代碼範例。
✅ 在此訂閱頻道
https://youtube.com/channel?sub_confirmation=1
📝 部落格網址
https://codesparklab.com/cmn-TW/python-introduction/python-decimal
💡 本系列的播放清單
https://www.youtube.com/playlist?list=PL0Yv_lpS_nr3i54APGx4XJJQRwdSQ4EXH
🕐 視頻內容
00:00 開始
00:32 Python 的 `decimal` 模組
01:01 `decimal` 模組的基本用法
01:44 控制精度
02:32 四捨五入
03:20 操作上下文及例外
#Python #基本概念