Commit 2e8d44fc by BellCodeEditor

save project

parent 5b18fdf7
Showing with 4 additions and 4 deletions
username = "6" username = "6"
userpassword = "!@#$%^&*()" userpassword = "!@#$%^&*()"
while True: while True:
name = input("名") name = input("名:")
password = input("密码") password = input("密码:")
if name == username and passwork == userpassword if name == username and passwork == userpassword
print("6") print("6")
print("l") print("l")
print("Hi!!!!!!!!!!Hi!") print("Hi!!!!!!!!!!Hi!")
\ No newline at end of file \ 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