When I'm importing packages/custom modules the import statement only accepts single word input. I looked up the Packages info in the Python Docs and the example there only has one word imports. Are multi-word imports possible?
This works:
import Histogram
But this doesn't:
import File existence check