Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
level3-lesson19-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
fa69afe9
authored
Nov 11, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
36170454
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
client.py
client.py
View file @
fa69afe9
import
tkinter
import
tkinter
from
tkinter
import
*
alist
=
[
"星期六下午打篮球"
,
"星期天下午和小美一起看电影"
,
alist
=
[
"星期六下午打篮球"
,
"星期天下午和小美一起看电影"
,
"12月18日给蒂法过生日"
,
"12.24送妈妈圣诞礼物"
]
"12月18日给蒂法过生日"
,
"12.24送妈妈圣诞礼物"
]
...
@@ -28,6 +29,8 @@ class Note(): # 便签、笔记
...
@@ -28,6 +29,8 @@ class Note(): # 便签、笔记
self
.
canvas
.
create
.
create_text
(
40
,
self
.
y
,
text
=
inof
,
font
=
(
"宋体"
,
11
)
self
.
canvas
.
create
.
create_text
(
40
,
self
.
y
,
text
=
inof
,
font
=
(
"宋体"
,
11
)
anchotr
W
,
fill
=
'#FF9900'
)
anchotr
W
,
fill
=
'#FF9900'
)
self
.
select
.
create_text
(
self
.
canvas
,
image
=
self
.
box
,
self
.
select
.
create_text
(
self
.
canvas
,
image
=
self
.
box
,
self
.
canvas
.
create_text
(
40
,
self
)
app
=
Note
()
app
=
Note
()
app
.
show
()
app
.
show
()
...
...
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