Dear Idle #pythons
Well I dunz it. Created a user window. Was it so hard? Well yes. I started coding in Idle yesterday and today had to reload it from the command line AND it still did not work. Enough already!
Using #Thonny
and the third edition of 'Coding for Beginners'
=====
from tkinter import *
window= Tk()
window.title('Tooting Time Machine' )
label = Label(window, text = 'Hello Tootingers from 2tin!' )
label.pack( padx =200, pady=50 )
window.mainloop()
=====
It's a start...
As a reward I will be kicking the self proclaimed high IQ child rapist and now killer in his Orange leathered nuts for eternity. Which s probably not long enough...
💃🏿

