Commit a06d86d7 by BellCodeEditor

auto save

parent 4127e086
Showing with 13 additions and 3 deletions
...@@ -2,6 +2,7 @@ username = "shengaks1" # 保存在服务器数据库中的用户账号(正 ...@@ -2,6 +2,7 @@ username = "shengaks1" # 保存在服务器数据库中的用户账号(正
userpassword = "hcx13453952800" # 保存在服务器数据库中的用户密码(正确的密码) userpassword = "hcx13453952800" # 保存在服务器数据库中的用户密码(正确的密码)
name=input("请输入账号") name=input("请输入账号")
pessword=input("请输入密码") pessword=input("请输入密码")
input()
while True: while True:
if name==username and userpassword==pessword: if name==username and userpassword==pessword:
print("登陆成功") print("登陆成功")
......
@staticmethod @staticmethod
@staticmethod @staticmethod
def funcname(parameter_list): def funcname(parameter_list):
pass pass
\ No newline at end of file @staticmethod
def funcname(parameter_list):
pass
abs()
filter()
setattr()
async def funcname(parameter_list):
pass
xczzzzzzzzzzzzzzzzzzzzxxxxxxxxxxxxxzzzzzzzzzzzzzzzzzzzvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
\ 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