update,
This commit is contained in:
9
hdhdjshxh/task1/helloworld.py
Normal file
9
hdhdjshxh/task1/helloworld.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import tkinter as tk
|
||||
|
||||
# Create an instance of the Tk class (root window)
|
||||
window = tk.Tk()
|
||||
|
||||
# Add widgets and functionality to the window
|
||||
|
||||
# Start the event loop for application execution
|
||||
window.mainloop()
|
Reference in New Issue
Block a user