Python

From wiki
Revision as of 13:51, 16 March 2018 by Hdridder (talk | contribs)
Jump to navigation Jump to search

Generic things:

import sys
Number of system variables
sys.argv
List of everything on the commandline. sys.argv[0] is the program itself.
import getopt
Module to parse the commandling argguments (sys.argv). Default available