argv holds the program name at index 0. That's why we start at 1. #!/usr/bin/python import sys def main ...
確定! 回上一頁