Python: TypeError: expected str, bytes or os.PathLike object, not NoneType
import os
from os import listdir
from os.path import isfile, join
File wont run in Python
I am new to python and following a worksheet it told me to
create a file named ex1.py
go to terminal and input python and then the file name. I continue to get the same error of