We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c065ddf commit 43bb6f2Copy full SHA for 43bb6f2
1 file changed
LiamHuang/0001/solution.py
@@ -3,6 +3,9 @@
3
'''
4
做为 Apple Store App 独立开发者,你要搞限时促销,为你的应用生成激活码(或者优惠券),
5
使用 Python 如何生成 200 个激活码(或者优惠券)?
6
+
7
+笔记参见:
8
+http://liam0205.me/2015/05/07/generator-of-invitation-code-in-python/
9
10
11
import random, string
0 commit comments