Python - Modules and Code Organization
What is wrong with this code snippet?
import sys sys.path.append(123)
import sys sys.path.append(123)
sys.path must be a list of strings representing directory paths.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions