Open main menu

CDOT Wiki β

Changes

OPS445 Online Lab1

1 byte added, 15:47, 10 January 2022
m
Part I - Interactive (leaning) mode: using the Python Interactive Shell
= Investigation 3 - exploring and using Python's built-in functions =
== Part I - Interactive (leaninglearning) mode: using the Python Interactive Shell ==
:* In this mode, you can instruct the Python Interpreter to execute python statement or python expression one at a time, call a function, or display the representation of a python data object.
:* To start the Python version 3 Interactive shell, type the command <source>[eric.brauer@mtrx-node05pd lab1]$ python3</source> at the Linux command prompt.
[eric.brauer@mtrx-node05pd lab1]$ python3
Python 3.6.8 (default, Apr 2 2020, 13:34:55)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linuxLinux
Type "help", "copyright", "credits" or "license" for more information.
>>>
572
edits