Skip to content

Commit

Permalink
Add master code file
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederickBun committed Jul 6, 2024
1 parent b9d47c9 commit bc74f57
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions master.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import random

name = input("输入软件名称:")
front = input("请输入激活码前缀,若无请不填:")

for j in range(1, 100):
print("您的激活码为~~", front, end="")
for i in range(1, 50):
user = random.randint(45, 92)
print(chr(user), end="")
print(" ~~请复制波浪中的内容(不包括波浪和空格)使用此激活码激活/兑换", name)

0 comments on commit bc74f57

Please sign in to comment.