Commit cbe41d51 by BellCodeEditor

save project

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