Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
level3-lesson18-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
2d7031cf
authored
Jun 30, 2024
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
27f67fd2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
SB.p
SB.py
user.txt
SB.p
0 → 100644
View file @
2d7031cf
SB.py
0 → 100644
View file @
2d7031cf
import
turtle
pen
=
turtle
.
Pen
()
pen
.
write
(
"Hi.
\n
喜欢pythor~
\n
——悟空"
,
fnot
=
(
"times"
,
18
,
normal
))
pen
.
hideturtle
()
turtle
.
done
\ No newline at end of file
user.txt
View file @
2d7031cf
...
...
@@ -4,7 +4,9 @@ class Note():
self.root.title("300x340+1000+200")
self.root.geometry('我的便利签—代办事项')
self.root.resizable(width=False, height=False) # True可以拉伸,False不能拉伸
def remove(self):
num = self.v.get()
ali
...
...
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