Commit cbe41d51 by BellCodeEditor

save project

parent 1b6cdafa
Showing with 13 additions and 8 deletions
username="python"
username="123"
userpassword="123456"
name=input()
password=input()
if username==name and username==password:
print("cg")
else:
print("sp")
\ No newline at end of file
while True:
name=input()
password=input()
if username==name and userpassword==password:
print("cg")
break
else:
if username != name:
print("name sb")
if userpassword != password:
print("password sb")
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