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
51c18f45
authored
Mar 09, 2024
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
93105e25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
123.py
123.py
View file @
51c18f45
import
turtle
Pen
=
turtle
.
pen
()
pen
.
write
(
"山外青山楼外楼
\n
"",font=("
Times
",30,"
normal
"))
\ No newline at end of file
# Pen=turtle.Pen()
# Pen.write("山外青山楼外楼\n西湖歌舞几时休\n暖风熏得游人醉\n直把杭州做汴州"",font=("Times",30,"normal"))
# turtle.done()
Pens
=
turtle
.
pen
()
Pens
.
lift
(
45
)
Pens
.
forward
(
80
)
Pens
.
left
(
90
)
Pens
turtle
.
done
()
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