Warren 'The Howdy Man' Ockrassa writes: > It's... the obvious question of the day. Or perhaps the hour. > > So I have > > import sys > > >From that how can I find out what sys can do? The "dir()" function is your friend. Look it up in the docs.