模組與套件

# 匯入模組
import math
from datetime import datetime

# 使用
print(math.pi)
print(datetime.now())
💻 程式碼編輯器
📤 執行結果
等待執行...
← 上一課 下一課 →