Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 2

82 bytes added, 18:51, 25 May 2017
PART 2 - Arguments
import sys
</source>
:#To inspect this library , and look at all that it contains , we can use the '''dir()''' function. This can be used to inspect any library(and morein fact, inspect other items other than libraries) looking at all the in order to refer to functions and values contained withinthat are available.Issue the following function:<source>
dir(sys)
</source>
13,420
edits