Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson4_4_2
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
d1a2c45e
authored
Mar 28, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
25bc3ca8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
diy2.py
diy2.py
View file @
d1a2c45e
...
...
@@ -11,10 +11,12 @@ while True:
break
if
username
!=
name
:
print
(
"用户名不存在,请重新输入!"
)
print
(
"你还有"
+
str
(
i
)
+
"次机会,请给老子注意,要不,老子就把你的账号锁了。"
)
continue
if
userpassword
!=
password
:
print
(
"密码不正确,请重新输入!"
)
print
(
"你还有"
+
str
(
i
)
+
"次机会,请给老子注意,要不,老子就把你的账号锁了。"
)
else
:
print
(
"
你的账户已锁定,请用手机扫描确认后即可登陆
。"
)
print
(
"
老子已经把你的账户锁了,用手机扫描确认后才能登陆,要不老子就打110了
。"
)
exit
()
print
(
"欢迎来到贝尔编程!"
)
\ No newline at end of file
print
(
"欢迎来到贝尔编程!"
)
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