Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e10ec5 commit 8b5a981Copy full SHA for 8b5a981
1 file changed
Doc/library/idle.rst
@@ -206,7 +206,12 @@ Check Module
206
207
Run Module
208
Do Check Module (above). If no error, restart the shell to clean the
209
- environment, then execute the module.
+ environment, then execute the module. Output is displayed in the Shell
210
+ window. Note that output requires use of ``print`` or ``write``.
211
+ When execution is complete, the Shell retains focus and displays a prompt.
212
+ At this point, one may interactively explore the result of execution.
213
+ This is similar to executing a file with ``python -i file`` at a command
214
+ line.
215
216
Shell menu (Shell window only)
217
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments