Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson8-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
72a0632e
authored
Sep 20, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
87be3438
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
diy1.py
quiz.py
diy1.py
0 → 100644
View file @
72a0632e
i
=
3
name
=
"nb55"
mima
=
555
while
True
:
name1
=
input
(
"名字:"
)
mima1
=
input
(
"密码:"
)
i
-=
1
if
i
>
0
:
if
name1
==
name
and
mima1
==
mima
:
print
(
"正确"
)
break
if
name1
!=
name
:
print
(
"名字不正确"
)
continue
if
mima1
!=
mima
:
print
(
"密码不正确"
)
continue
else
:
print
(
"sb"
)
exit
()
\ No newline at end of file
quiz.py
0 → 100644
View file @
72a0632e
age
=
12
print
(
"xbxbxbxbxbxbxbxvbb"
+
ste
(
age
)
+
"vvhvvh"
)
\ 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