Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 117 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 117 Bytes

from tkinter import *

#编写窗口 col1 = 'yellow' w = Tk() w.config (width=550, height=550, bg=col1)

w.mainloop()