Skip to content

Commit c94f3b5

Browse files
committed
Create gui_test1.py
1 parent 266663a commit c94f3b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gui_test1.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import tkinter
2+
gui=tkinter.Tk()
3+
gui.title("car")
4+
gui.geometry("200x200")
5+
gui['bg']='#f22'
6+
gui.mainloop()

0 commit comments

Comments
 (0)