Python 用random函數從(0,100)中隨機生成4位驗證碼

1、代碼實現以下:javascript import random print(random.sample(range(101),4))
相關文章
相關標籤/搜索