EDIT to address your edit, import sys sys.argv = sys.argv[1:] names = [] while sys.argv and sys.argv[0] == 'add': #while the list is not empty and there is ...
確定! 回上一頁