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
efb178a4
authored
Oct 15, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
c6f34d17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
diy2.py
diy2.py
View file @
efb178a4
...
@@ -2,6 +2,8 @@ id = "llllll"
...
@@ -2,6 +2,8 @@ id = "llllll"
pwd
=
"123789"
pwd
=
"123789"
count
=
0
count
=
0
while
True
:
while
True
:
if
count
>=
3
:
break
id2
=
input
(
"请输入你的名字:"
)
id2
=
input
(
"请输入你的名字:"
)
pwd2
=
input
(
"请输入密码:"
)
pwd2
=
input
(
"请输入密码:"
)
if
id
==
id2
and
pwd
==
pwd2
:
if
id
==
id2
and
pwd
==
pwd2
:
...
...
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