Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson3-4-1_DIY1
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
a89429ca
authored
Mar 23, 2024
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
491c75c0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
6.py
7.py
6.py
View file @
a89429ca
import
turtle
import
turtle
pen
=
turtle
.
Pen
()
pen
=
turtle
.
Pen
()
len
=
50
0
len
=
50
pen
.
pencolor
(
"red"
)
pen
.
pencolor
(
"red"
)
pen
.
pensize
(
10
)
pen
.
pensize
(
10
0
)
pen
.
left
(
45
)
pen
.
left
(
45
)
pen
.
forward
(
2
*
len
)
pen
.
forward
(
2
*
len
)
pen
.
circle
(
len
,
180
)
pen
.
circle
(
len
,
180
)
...
...
7.py
View file @
a89429ca
...
@@ -11,9 +11,11 @@ while True:
...
@@ -11,9 +11,11 @@ while True:
break
break
if
name1
!=
name
:
if
name1
!=
name
:
print
(
"该用户不存在!"
)
print
(
"该用户不存在!"
)
print
(
"提示:你还剩"
+
str
(
i
)
+
"次机会"
)
continue
continue
if
password1
!=
password
:
if
password1
!=
password
:
print
(
"密码错误!"
)
print
(
"密码错误!"
)
print
(
"提示:你还剩"
+
str
(
i
)
+
"次机会"
)
else
:
else
:
print
(
"把蒋子皓的皮燕子扣出来就给你解锁!"
)
print
(
"把蒋子皓的皮燕子扣出来就给你解锁!"
)
exit
()
exit
()
...
...
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