New to Python. New to Sublime. I am using the unregistered version.
Trying to follow some tutorials on You Tube. I was doing fine until I had to type a line like this: button_1 = Button(root, text=“1”, command=Lambda: button_click(1))
Sublime doesn’t recognize “Lambda”. I have deleted Sublime and reinstalled and upgraded to Build 4126.
Do I need to do something to allow the use of a Lambda instruction?
Thanks, Mark