Commit 16bb97b2 by BellCodeEditor

auto save

parent 3b2f9dcc
Showing with 6 additions and 2 deletions
import tkinter
from tkinter import *
alist = ["星期六下午打篮球", "星期天下午和小美一起看电影",
"12月18日给蒂法过生日","12.24送妈妈圣诞礼物"]
with open(r"啊这.txt","r",encoding="utf-8") as alist:
info=f.read()
users = json.loads(info)
class Note(): # 便签、笔记
def __init__(self):
self.root = tkinter.Tk()
......@@ -42,3 +43,4 @@ class Note(): # 便签、笔记
app = Note()
app.show()
app.root.mainloop()
print(alist)
\ No newline at end of file
++ "b/\345\225\212\350\277\231.txt"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment