Commit 2d003f7e by BellCodeEditor

auto save

parent d342feb7
Showing with 2 additions and 1 deletions
import tkinter
from tkinter import *
alist =['']
root = tkinter.Tk()
root.geometry('300x340+500+200')
canvas = tkinter.Canvas(root, width=300, height=340, bg="lightblue")
......
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