Since you're talking about main(), it looks like you mean command-line arguments. sys.argv contains these as a Python list: import sys.
確定! 回上一頁