Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson4_1
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6920cf1b
authored
Mar 05, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
10a2cc18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
diy1.py
diy1.py
View file @
6920cf1b
i
=
3
i
=
3
username
=
"世界首富安德森·反迷你玩家"
# 保存在服务器数据库中的用户账号(正确的账号)
username
=
"世界首富安德森·反迷你玩家"
# 保存在服务器数据库中的用户账号(正确的账号)
userpassword
=
"
lbmzxhbcdffrmtzscygbs
"
# 保存在服务器数据库中的用户密码(正确的密码)
userpassword
=
"
wdsjzbmnssb
"
# 保存在服务器数据库中的用户密码(正确的密码)
while
True
:
while
True
:
if
i
>
0
:
if
i
>
0
:
# 请用input()实现用户输入账号、密码的功能
# 请用input()实现用户输入账号、密码的功能
...
@@ -17,6 +17,6 @@ while True:
...
@@ -17,6 +17,6 @@ while True:
else
:
else
:
print
(
"密码错误!"
)
print
(
"密码错误!"
)
else
:
else
:
print
(
"你的账号已被锁定,
请1小时后再试
!"
)
print
(
"你的账号已被锁定,
007特工,你的身份已暴露,斯大林万岁
!"
)
exit
()
exit
()
print
(
"欢迎,007特工!"
)
print
(
"欢迎,007特工!"
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment