Commit 5df43e28 by BellCodeEditor

save project

parent 74eefacc
Showing with 3 additions and 2 deletions
......@@ -7,9 +7,9 @@ while True:
print("Login Success!")
break
if name != username:
print("There is a error on your username,please enter again")
print("There is an error on your username,please enter again")
continue
if password != userpassword:
print("There is a error on your password,please enter again")
print("There is an error on your password,please enter again")
print("There are some errors on your username or password,please check and enter 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