I would use sys.argv. import sys filename = sys.argv[1]. sys.argv will be a list of elements in your call.
確定! 回上一頁