Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson4_5
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
e22c8f8e
authored
Sep 16, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
355712ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
20 deletions
12.py
12.py
View file @
e22c8f8e
i
=
3
username
=
"你妈"
userpassword
=
"54188"
username
=
"降维打击"
userpassword
=
"114514"
while
True
:
if
i
>
0
:
name
=
input
(
"请输入用户名:"
)
name
=
input
(
"请输入用户名:"
)
if
name
==
username
:
password
=
input
(
"请输入密码:"
)
i
-=
1
if
name
==
username
and
password
==
userpassword
:
print
(
"他妈你就是个SB!"
)
break
if
name
==
username
and
userpassword
:
print
(
"他妈你密码输错了!"
)
break
if
name
!=
username
:
print
(
"他妈你用户名输错了!"
)
else
:
print
(
"你妈脑子是不是烧了呀请你去精神病院!"
)
exit
()
print
(
"欢迎来到牛马SB2B游戏!"
)
\ No newline at end of file
if
name
!=
username
:
print
(
"他妈你用户名输错了!"
)
continue
if
password
==
userpassword
:
print
(
"登陆成功!"
)
break
if
password
!=
userpassword
:
print
(
"他妈你密码输错了!"
)
continue
print
(
"欢迎来到牛马SB2B游戏!"
)
\ 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