Commit f28adacf by BellCodeEditor

save project

parent 55b13bf0
Showing with 14 additions and 2 deletions
p username="python"
\ No newline at end of file userpassword="123567"
while True:
name=input("名字")
password=input("密码")
if name==username and password==userpassword
print("成功")
break
if username!=password:
print("错")
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