Commit 70923e61 by BellCodeEditor

auto save

parent 37734602
Showing with 4 additions and 2 deletions
name = "python" name = "python"
key = 548999 key = 548999
namer = print(input("姓名")) while T
keyr = print(input("密码")) namer = input("姓名")
keyr = input("密码")
if name == namer and keyr == key: if name == namer and keyr == key:
print("解锁成功") print("解锁成功")
\ 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