Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson3-1-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
57c16fa4
authored
May 20, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
1a1b786b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
3 deletions
JJJJ.PY
diy1.py
jj.py
JJJJ.PY
0 → 100644
View file @
57c16fa4
import
turtle
as
t
pen
=
turtle
.
pen
()
pen
.
write
(
"520快乐"
,
font
=
(
'微软黑体'
,
50
,
'normal'
))
turtle
.
done
()
import
turtle
as
t
t
.
shape
(
"turtle"
)
t
.
right
(
45
)
t
.
forward
(
200
)
t
.
right
(
-
90
)
t
.
forward
(
200
)
t
.
circle
(
100
,
180
)
t
.
right
(
90
)
t
.
circle
(
100
,
180
)
t
.
done
()
\ No newline at end of file
diy1.py
View file @
57c16fa4
import
turtle
as
t
import
turtle
as
t
t
.
write
(
"你好啊!我很好。
\n
"
,
font
=
(
"楷体"
,
50
,
"normal"
))
t
.
color
(
'pink'
)
t
.
hideturtle
()
t
.
begin_fill
()
t
.
shape
(
"turtle"
)
t
.
right
(
45
)
t
.
forward
(
200
)
t
.
right
(
-
90
)
t
.
forward
(
200
)
t
.
circle
(
100
,
180
)
t
.
right
(
90
)
t
.
circle
(
100
,
180
)
t
.
done
()
t
.
done
()
\ No newline at end of file
jj.py
0 → 100644
View file @
57c16fa4
import
turtle
as
h
pen
=
turtle
.
Pen
()
pen
.
write
(
"520"
,
font
=
(
'微软黑体'
,
50
,
'normal'
)
h
.
done
()
\ 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