单项选择题

A.import sys;print(sys.argv)
B.import sys;print(sys.path)
C.from sys import argv;print(argv)
D.from sys import path;print(path)