@@ -0,0 +1,9 @@
import tkinter as tk
root = tk.Tk()
root.title("My Python Desktop App")
label = tk.Label(root, text="Hello, World!")
label.pack()
root.mainloop()
The note is not visible to the blocked user.