Commit 3fafe860 by BellCodeEditor

save project

parent faf2421d
Showing with 15 additions and 10 deletions
username = "py"
userpassword = "19"
while True:
name = input("ID:")
password = input("请输入密码:")
if name == username and password == userpassword:
print("登录成功!")
print("用户名和密码错误!请重新输入")
print("我 托马 莱依菈!")
\ No newline at end of file
import random
c="abcdefg"
b="feqhvfewvgyugyahguihghfguygewvty3y"
key="bellcode"
s=""
for i in key:
s1=i
s2=random.choice(c)
s3=random.choice(c)
t=s1+s2+s3
s=s+t
ls=list(s)
ls.insert(5,b)
s="".join(ls)
print(s)
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