1,760
edits
Changes
→Part I - Interactive (leaning) mode: using the Python Interactive Shell
=== Part I - Interactive (leaning) mode: using the Python Interactive Shell ===
:* In this mode, you can instruct the Python Interpreter to execute python statement (or expression) one at a time.
:* To start the Python version 3 Interactive shell, type the command <source>[raymond.chan@mtrx-node05pd lab1]$ python3</source> at the Linux command prompt.
:* You should get a startup message similar to the following:<source>
[raymond.chan@mtrx-node05pd lab1]$ python3