Home »
System » Python: How to pass command-line arguments to a script
Python: How to pass command-line arguments to a script

{filelink=16779}
import sys
min=int(sys.argv[-2])
max=int(sys.argv[-1])
for x in range(min, max)
print x, x*x |
Users who found this page were searching for:
- java url get address and port
- python data insert sqlserver
- java date format messageformat
- perl add hash
- arc python command line arguments
- arguments python -g -s -i
- read xml file from XMLStreamWriter
- python argv
- python command argument
- python pass dictionary to script