reveal.py import math reveal_type(math.pi) radius = 1 circumference = 2 * math.pi * radius reveal_locals(). 然後通過mypy執行上面程式碼
確定! 回上一頁