Commit 01c5d0da by BellCodeEditor

save project

parent 89d68644
Showing with 1 additions and 1 deletions
username="xxx" username="xxx"
userdassword="123456" userdassword="123456"
While True: while True:
name=input("xxxx") name=input("xxxx")
dassword=input("1111") dassword=input("1111")
if username==name and userdassword==dassword: if username==name and userdassword==dassword:
......
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