Changes

Jump to: navigation, search

OPS435 Online Lab1

16 bytes added, 22:20, 12 May 2020
Part I - Interactive (leaning) mode: using the Python Interactive Shell
:** help()
:** type()
:* Study the output of the following command at the '''>>>''' prompt and keep them for future reference:<source>
>>> help(help)
 
>>> help(print)
 
>>> help(type)
 
>>> type(type)
 
>>> type(help)
 
>>> type(print)
</source>
1,760
edits

Navigation menu