Dear Forum,
When I keyed the following subscript expression into the script shell, it saved to a file and the IDLE shell appeared but did not run the expression:
data = 'myprogram.exe'
data[2]
When I copied and pasted it into the IDLE shell, one line at a time, the expression executed fine.
Any suggestions will be welcome.