User Tools

Site Tools


python

This is an old revision of the document!


Python

Important things to know in python:

How to read command line arguments

import sys
print sys.argv # this is an array containing all command line arguments inclusive the program name
python.1343616262.txt.gz · Last modified: 2021/02/01 05:55 (external edit)