一、random模組簡介Python標準庫中的random函式,可以生成隨機浮點數、整數、字串, ... import random a = random.choice([1, 2, 3, 4]) print(a).
確定! 回上一頁