原创 python pycharm參數傳遞

import sys from sys import argv script,user_name,another=argv prompt='>' print(sys.argv[0]) print(sys.argv[1]) print(