python學習常用到的模塊



getopt:

    The getopt module is the old-school command line option parser that supports the conventions established by the Unix functiongetopt(). It parses an argument sequence, such as sys.argv and returns a sequence of (option, argument) pairs and a sequence of non-option arguments.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章