Files
004_comission/hdhdjshxh/task1/helloworld.py
louiscklaw 118e4a5f39 update,
2025-01-31 19:51:33 +08:00

10 lines
205 B
Python

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()