Hi Guys,
I am trying to import urllib module in my python code. But I am getting the below error.
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-10-846c1dbd158b> in <module>
----> 1 import urllib2
ModuleNotFoundError: No module named 'urllib'
How can I solve this error?