mirror of
https://github.com/python/cpython.git
synced 2025-11-14 07:49:28 +00:00
parent
e360d9507a
commit
2f4453af6a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ described in the next section.
|
|||
The interpreter may also be invoked in interactive mode; in this case,
|
||||
it does not read and execute a complete program but reads and executes
|
||||
one statement (possibly compound) at a time. The initial environment
|
||||
is identical to that of a coplete program; each statement is executed
|
||||
is identical to that of a complete program; each statement is executed
|
||||
in the namespace of \module{__main__}.
|
||||
\index{interactive mode}
|
||||
\refbimodindex{__main__}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue