#Python error TypeError: 'module' object is not callable
2 messages · Page 1 of 1 (latest)
window = tk.Tk()
2 messages · Page 1 of 1 (latest)
import tkinter as tk
window=tk()
window.title("SpaceFW")
window.geometry("300x200+10+20")
window.mainloop()
window = tk.Tk()