Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
level3-lesson21-diy3
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
9aa4015f
authored
3 weeks ago
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
0398210e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
80 deletions
my_cloud.py
日日日日。py
my_cloud.py
View file @
9aa4015f
import
wordcloud
\ No newline at end of file
import
turtle
Pen
=
turtle
.
Pen
()
Pen
.
penup
()
Pen
.
goto
(
100
,
-
100
)
Pen
.
write
(
"hjh[ng[]tj]"
,
font
=
(
"times"
,
18
,
"normal"
))
Pen
.
hideturtle
()
pen1
=
turtle
.
Pen
()
Pen
\ No newline at end of file
This diff is collapsed.
Click to expand it.
日日日日。py
View file @
9aa4015f
bors=["刘备","关羽","张飞"]
++ "b/\346\227\245\346\227\245\346\227\245\346\227\245\343\200\202py"
bors=["刘备","关羽","张飞"]
bors.pop(1)
print(bors)
a=["华雄"]
c=["颜良","文丑"]
a.extend(c)
print(a)
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