Commit 9647e9ba by BellCodeEditor

save project

parent e474422e
Showing with 7 additions and 4 deletions
username="x" #账户名 username="x" #账户名
l="xxxxxxxx" #密码 l="xx" #密码
name = input("请输入username") #输入账户名 name=input ("请输入username") #输入账户名
p=input("your l") #输入密码 p=input("your l") #输入密码
if username==name and l==p : #输入符合信息 while True:
if username==name and l==p : #输入符合信息
print("srzq") #打印判断 print("srzq") #打印判断
elif : break
print("输入错误") print("输入错误")
print("随便")
\ No newline at end of file
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