Hello guys,
I am new in Python.
I have already installed pylint, as Mosh suggested.
Now, using terminal, I installed “requests”; but when I try to run Mosh code example:
import requests
requests.get(“http://google.com”)
I get the error above.
Thank you for help.