Python provides a module random that helps with tasks like this. ... import math >>> math.pi # Constant pi 3.141592653589793 >>> math.e # Constant natural ...
確定! 回上一頁