Commit 7b392532 by BellCodeEditor

save project

parent f192b984
Showing with 2 additions and 4 deletions
......@@ -6,8 +6,5 @@ while True:
if password==userpassword and name==username:
print("Login successful.")
break
if password != userpassword
print("Your password is wrong.")
if name != username
print("Your name is wrong.")
print("Your name or password is wrong,try again.")
print("Welcome to bellcode!")
\ 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