Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson6-4
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
1f7c7c66
authored
Dec 25, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
2048f27d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
1 deletions
diy.py
刚.py
diy.py
View file @
1f7c7c66
...
...
@@ -3,5 +3,20 @@
# 省略繁杂情节,刘关张三人一起冲入战场,围攻吕布:
a
=
[
'吕布'
]
b
=
[
'袁术'
,
'公孙瓒'
,
'关羽'
,
'张飞'
,
'刘备'
,
'曹操'
]
print
(
b
(
2
:
5
))
print
(
b
(
2
5
))
刚.py
0 → 100644
View file @
1f7c7c66
import
turtle
import
turtle
pen
=
turtle
.
Pen
()
pen
.
left
(
45
)
pen
.
forward
(
100
)
pen
.
left
(
90
)
pen
.
circle
(
50
,
180
)
pen
.
left
(
90
)
pen
.
circle
(
50
,
180
)
pen
.
left
(
90
)
pen
.
forward
(
100
)
pen
.
hideturtle
()
turtle
.
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