Skip to content

Commit 43bb6f2

Browse files
committed
LiamHuang: 0001 - 增加笔记内容
1 parent c065ddf commit 43bb6f2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

LiamHuang/0001/solution.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
'''
44
做为 Apple Store App 独立开发者,你要搞限时促销,为你的应用生成激活码(或者优惠券),
55
使用 Python 如何生成 200 个激活码(或者优惠券)?
6+
7+
笔记参见:
8+
http://liam0205.me/2015/05/07/generator-of-invitation-code-in-python/
69
'''
710

811
import random, string

0 commit comments

Comments
 (0)