#Python error TypeError: 'module' object is not callable

2 messages · Page 1 of 1 (latest)

pliant sapphire
#

import tkinter as tk

window=tk()
window.title("SpaceFW")
window.geometry("300x200+10+20")

window.mainloop()