Commit 3fafe860 by BellCodeEditor

save project

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