Commit 7c4d3c72 by BellCodeEditor

save project

parent 145fe74a
Showing with 17 additions and 1 deletions
import random
word="盖德宇是个好孩子"
sec="sddfhsdhfakjhfksdpepfdfjlk发撒看对方的设计开发建设拉开减肥!@@#¥¥#@@"
result=""
word1='ugfliudoithtsildurzoidjvotertjg;pttujorsxtitpogptyi40986otkpr;kggjrjhortyoigiiuyugnordgodroru896hu89675i69plk kngugbhnb fnbgurgnd.jhk5221fg'
for i in word:
str1=i
str2=random.choice(sec)
str3=random.choice(sec)
result=result+str1+str2+str3
result=list(result)
result.insert(3,word1)
print(result)
\ No newline at end of file
......@@ -8,7 +8,9 @@ def reg_to_login(): # 注册界面转登录界面
def register(): # 注册验证
pass
with open("user.txt","w",encoding="utf-8") as f:
info=json.dumps(users)
f.write(info)
def login(): # 登录验证
pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment