To use argv in Python, you have to first import the sys module that comes built into Python. After import, it would be accessed with the sys.argv command.
確定! 回上一頁