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
fe189a6c
authored
2 years ago
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
8d27720b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
2 deletions
diy1.py
diy1.py
View file @
fe189a6c
'''
设置粗细
设置颜色
转向
u爱知县
花瓣元
转向
画直线
隐藏
展开画布
'''
import
turtle
as
t
t
.
write
(
"老师好,老师再见,拉屎
\n
,哈哈还,拉了啊,我要
\n
去吃大便,太裤
\n
辣,爱坤#
%
&……@¥#¥
\n
%
¥¥
\n
……&¥&)&&¥@#
\n
!R……………………,蔡徐坤"
,
font
=
(
"times"
,
30
,
"normal"
))
t
.
done
\ No newline at end of file
t
.
pensize
(
5
)
t
.
pencolor
(
"red"
)
t
.
left
(
45
)
t
.
forward
(
100
)
t
.
circle
(
50
,
180
)
t
.
right
(
90
)
t
.
circle
(
50
,
180
)
t
.
forward
(
100
)
t
.
hideturtle
()
t
.
done
()
This diff is collapsed.
Click to expand it.
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