When i try to run some python code it throws me an error,
Traceback (most recent call last):
File “C:\Users\Lenovo\AppData\Local\Programs\Python\Python36\lib\runpy.py”, line 193, in _run_module_as_main
“main”, mod_spec)
File “C:\Users\Lenovo\AppData\Local\Programs\Python\Python36\lib\runpy.py”, line 85, in _run_code
exec(code, run_globals)
File “C:\Users\Lenovo\AppData\Local\Programs\Python\Python36\lib\py_compile.py”, line 186, in
sys.exit(main())
File “C:\Users\Lenovo\AppData\Local\Programs\Python\Python36\lib\py_compile.py”, line 178, in main
compile(filename, doraise=True)
File “C:\Users\Lenovo\AppData\Local\Programs\Python\Python36\lib\py_compile.py”, line 122, in compile
source_bytes = loader.get_data(file)
File “”, line 832, in get_data
FileNotFoundError: [Errno 2] No such file or directory: ‘’
[Finished in 0.2s]
Can i get help on this?
Thanks