Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson4_3
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
189e9543
authored
Feb 17, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
532b730a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
14 deletions
sb.py/sbsb.py
sb.py/sbsb.py
View file @
189e9543
username
=
"星辰"
username
=
"星辰"
userpassword
=
"深渊"
userpassword
=
"深渊"
i
=
3
while
True
:
while
True
:
name
=
input
(
"Kanruiya"
)
if
i
>
0
:
password
=
input
(
"Dimai"
)
name
=
input
(
"Kanruiya"
)
print
(
"Shenyuan)
password
=
input
(
"Dimai"
)
if name==username and userpassword==password:
i
-=
1
print("
向着星辰与深渊
")
if
name
!=
username
and
userpassword
==
password
:
print("
欢迎来到冒险家协会
")
print
(
"傻13吧,账号都不对!"
)
break
if
name
==
username
and
userpassword
!=
password
:
elif name==username:
print
(
"密码错了,傻13!"
)
print("
爸
")
if
name
!=
username
and
password
!=
userpassword
:
continue
print
(
"密码账号都错,没见过这么傻的"
)
elif password==userpassword:
if
name
==
username
and
password
==
userpassword
:
print("
儿子!!!
")
print
(
"向着星辰与深渊"
)
continue
print
(
"欢迎来到冒险家协会"
)
\ No newline at end of file
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