Commit dc78a369 by BellCodeEditor

auto save

parent d342feb7
Showing with 1 additions and 1 deletions
......@@ -4,7 +4,7 @@ root = tkinter.Tk()
root.geometry('300x340+500+200')
canvas = tkinter.Canvas(root, width=300, height=340, bg="lightblue")
canvas.place(x=0, y=0)
# ++++++++++++++++++++++++++++++++++++++++++++++++++++
# ++++++++++++++++++++++++++++++++++++++++++++++++++++ #
def func():
num = v.get()
print("你选择了:",num)
......
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