Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
level3-lesson19-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
8e3f3a62
authored
Jun 04, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
ae883545
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
client.py
client.py
View file @
8e3f3a62
import
tkinter
import
tkinter
alist
=
[
"蔡徐坤5月20日打羽毛球"
,
"不和小美一起看电影"
,
alist
=
[
"蔡徐坤5月20日打篮球"
,
"星期天下午和小美一起看电影,不可能,绝对不可能"
,
"12月18日给**亿坨‘答辩’{**是不文明用语(只蒂法)}"
,
"送妈妈5坨‘答辩’"
]
"12月18日给蒂法过生日,不可能,绝对不可能"
,
"12.24送妈妈圣诞礼物,不可能,绝对不可能"
]
class
Note
():
# 便签、笔记
class
Note
():
# 便签、笔记
def
__init__
(
self
):
def
__init__
(
self
):
self
.
root
=
tkinter
.
Tk
()
self
.
root
=
tkinter
.
Tk
()
...
...
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