We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266663a commit c94f3b5Copy full SHA for c94f3b5
gui_test1.py
@@ -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