I am new to python (and programming), so please forgive me if I don't follow the correct nomenclature. It makes finding answers to even the most trivial questions hard. Thanks!
In IPython I typed the following:
for i in s:
print([s:i]
The white space was added by IPython automatically.
Hitting return
twice does not get me back to the iPython prompt, however. In other words I cannot end the compound statement.
What do I need to do?
Many thanks!