Commit 9647e9ba by BellCodeEditor

save project

parent e474422e
Showing with 8 additions and 5 deletions
username="x" #账户名
l="xxxxxxxx" #密码
name = input("请输入username") #输入账户名
l="xx" #密码
name=input ("请输入username") #输入账户名
p=input("your l") #输入密码
if username==name and l==p : #输入符合信息
print("srzq") #打印判断
elif :
while True:
if username==name and l==p : #输入符合信息
print("srzq") #打印判断
break
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