Script arguments


/ Published in: Python
Save to your folder(s)

ejemplo:
python script.py algo
sys.argv[0] es script.py
sys.argv[1] es algo

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.