Commit 04cd1465 by BellCodeEditor

save project

parent 7b392532
Showing with 6 additions and 1 deletions
......@@ -6,5 +6,9 @@ while True:
if password==userpassword and name==username:
print("Login successful.")
break
print("Your name or password is wrong,try again.")
if password!=userpassword:
print("Your password is wrong")
if passname!=name
print("Your name is wrong")
print("Your name and password all 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