Commit dce366de by BellCodeEditor

save project

parent ee05bb81
Showing with 3 additions and 2 deletions
......@@ -17,5 +17,5 @@ class log:
def cutall_log(self):
self.log = {}
def keyseet(self, key):
def seet_log(self, key):
return self.log[key]
\ No newline at end of file
......@@ -8,7 +8,7 @@ pg.init()
# 创建一个窗口
win = pg.display.set_mode((800, 600))
win_log = log()
win_log.att_log("1","t 1")
win_log.att_log("窗口创建","成功")
while True:
for event in pg.event.get():
......
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