Changes

Jump to: navigation, search

OPS435 Online Lab1

246 bytes added, 22:17, 12 May 2020
Part I - Interactive (leaning) mode: using the Python Interactive Shell
</source>
:* The above output shows a list of the so-called '''built-in run-time error codes''' and '''bulit-in functions'''. We are going to learn how to use them effective to save our coding effort when writing Python programs/scripts.
:* Let start with the following built-in functions::** print():** help():** type():* Study the output of the following command at '''print>>>''' function.and keep them for future reference:<source>>>> help(help)>>> help(print)>>> help(type)>>> type(type)>>> type(help)>>> type(print)</source>
=== Part II - Script (execution) mode: creating Python script ===
1,760
edits

Navigation menu