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
bd6b5605
authored
Feb 17, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
5c9b87bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
0 deletions
dw
sb.py/sbsb.py
dw
0 → 100644
View file @
bd6b5605
username="bellcode"
uaerpassword="12345"
while True
\ No newline at end of file
sb.py/sbsb.py
0 → 100644
View file @
bd6b5605
username
=
"星辰"
userpassword
=
"深渊"
i
=
3
while
True
:
if
i
>
0
:
name
=
input
(
"Kanruiya"
)
password
=
input
(
"Dimai"
)
i
-=
1
if
name
!=
username
and
userpassword
==
password
:
print
(
"傻13吧,账号都不对!"
)
if
name
==
username
and
userpassword
!=
password
:
print
(
"密码错了,傻13!"
)
if
name
!=
username
and
password
!=
userpassword
:
print
(
"密码账号都错,没见过这么傻的"
)
if
name
==
username
and
password
==
userpassword
:
print
(
"向着星辰与深渊"
)
print
(
"欢迎来到冒险家协会"
)
break
print
(
"“温馨”提示:您还有"
+
str
(
i
)
+
"次机会(坏笑)"
)
if
(
i
==
1
):
print
(
"“温馨”提示:你的机会不多了哟!(坏笑)"
)
else
:
print
(
"红红火火恍恍惚惚,你没了"
)
for
i
in
range
(
100
):
print
(
"傻B"
)
print
(
"傻13"
)
print
(
"不知道别瞎**试"
)
exit
()
\ 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