Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson4_6
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
efe9c7e5
authored
Dec 11, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
b810c294
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
0 deletions
diy2.py
qwe.py
diy2.py
0 → 100644
View file @
efe9c7e5
i
=
2
username
=
"python"
userpassword
=
"123456"
while
True
:
name
=
input
(
"s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s "
)
password
=
input
(
" b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b"
)
i
-=
1
if
i
<=
0
:
exit
()
if
name
==
username
and
password
==
userpassword
:
print
(
"登录成功!"
)
break
elif
name
!=
username
:
print
(
"连SB都不敢叫!!!"
)
continue
elif
password
!=
userpassword
:
print
(
"连SB都不敢叫!!!"
)
continue
else
:
print
(
"你已经被我司封号,请重新创一个吧(¥。¥)"
)
exit
()
print
(
"sbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsb"
)
print
(
"欢迎来到贝尔编程!"
)
qwe.py
0 → 100644
View file @
efe9c7e5
i
=
20
while
i
<
5440
:
i
=
i
+
1
if
i
==
5438
:
continue
print
(
i
)
\ 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