Commit 52d7d5b6 by BellCodeEditor

save project

parent 1622033d
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ b = "qwertyuioplkjhgfdsazxcvbnm" # 保存在服务器数据库中的用户密 ...@@ -5,7 +5,7 @@ b = "qwertyuioplkjhgfdsazxcvbnm" # 保存在服务器数据库中的用户密
w=input("请输入qwertyuioplkjhgfdsazxcvbnm") w=input("请输入qwertyuioplkjhgfdsazxcvbnm")
uu=input("ooooo") uu=input("ooooo")
if w==a: if w==a:
if uu=b: if uu==b:
print("成功转账") print("成功转账")
......
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