Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson5_6
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
99dff5d4
authored
Dec 25, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
7ec11264
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
3 deletions
GV好句句话.py
diy2.py
GV好句句话.py
0 → 100644
View file @
99dff5d4
import
turtle
as
t
t
.
pensize
(
2
)
# 笔大小2像素
t
.
pencolor
(
"red"
)
# 颜色为红色
t
.
left
(
45
)
# 45度
t
.
fd
(
200
)
# 向前200直线
t
.
circle
(
100
,
180
)
# 画一圆半径100 弧度180
t
.
right
(
90
)
# 向右90度
t
.
circle
(
100
,
180
)
# 再画一个圆半径100 弧度180
t
.
fd
(
200
)
# 直线向前直线200
t
.
done
()
# 绘制完成
diy2.py
View file @
99dff5d4
i
=
5
# 行
j
=
3
# 列
# 使用变量i和j,代替乘法算式里面的元素,打印出单个乘法算式
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