Python 練習冊,天天一個小程序----------001使用 Python 如何生成多位隨機數

# -*- coding:utf-8 -*- #第 0001 題:**作爲 Apple Store App 獨立開發者,你要搞限時促銷,爲你的應用**生成激活碼**(或者優惠券),使用 Python 如何生成 200 個激活碼(或者優惠券) import random, string def random_series(count, len = 10): str = 'abcdef
相關文章
相關標籤/搜索