Open main menu

CDOT Wiki β

Changes

OPS435 Online Lab1

6 bytes added, 17:56, 12 May 2020
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>python3</source> at the Linux command prompt.
:* You should get a startup message similar to the following:<presource>
[raymond.chan@mtrx-node05pd lab1]$ python3
Python 3.6.8 (default, Apr 2 2020, 13:34:55)
Type "help", "copyright", "credits" or "license" for more information.
>>>
</presource
=== Part II - Script (execution) mode: creating Python script ===
:* print() function
1,760
edits