Python - Modules and Code Organization
Which of the following is the correct syntax to import the
sys module and print the module search path?sys module and print the module search path?import sys to access sys.path.print(sys.path) to display the list of paths.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions