新手用pycharmfrom sys import argv这句话不编译 输入完就灰了 但是import sys可以正常编译 这是为什么
import sys # 引入模块from sys import argv # 引入模块中的类、函数或者变量