13,420
edits
Changes
→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>