Hi All,
I have input this sample pog into ST3:
thetext = input("Enter some text ")
print (“This is what you entered:”)
print (thetext)
When I run by issuing a ctrl+B command It prints ‘Enter some text’ in the console but how can I enter some text & get it to complete the prog?
Confused - sorry I know this is a really basic question - just trying to get my head around it all.
thks in advance, John