Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> Python

อาร์กิวเมนต์บรรทัดคำสั่งใน Python


หลายโปรแกรมสามารถเรียกใช้เพื่อให้ข้อมูลพื้นฐานเกี่ยวกับวิธีการรันโปรแกรมต่างๆ แก่คุณ Python ช่วยให้คุณทำสิ่งนี้ได้ด้วย -h −

$ python -h
usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ...
Options and arguments (and corresponding environment variables):
-c cmd : program passed in as string (terminates option list)
-d : debug output from parser (also PYTHONDEBUG=x)
-E : ignore environment variables (such as PYTHONPATH)
-h : print this help message and exit
[ etc. ]

คุณยังสามารถตั้งโปรแกรมสคริปต์ของคุณในลักษณะที่ควรยอมรับตัวเลือกต่างๆ อาร์กิวเมนต์บรรทัดคำสั่งเป็นหัวข้อขั้นสูง และควรศึกษาในภายหลังเมื่อคุณได้อ่านแนวคิด Python ที่เหลือแล้ว