1,760
edits
Changes
→Part I - Interactive (leaning) mode: using the Python Interactive Shell
:* To start the Python version 3 Interactive shell, type the command <source>python3</source> at the Linux command prompt.
:* You should get a startup message similar to the following:<source>
=== Part II - Script (execution) mode: creating Python script ===