import re
import urllib.request
url='''https://www.nseindia.com/live_market/dynaContent/live_watch/get_quote/GetQuote.jsp?symbol='''
Stock = input('Enter the stock name: ').upper()
url = url + Stock
comp_info = urllib.request.urlopen(url).read()
I am getting forbidden error, not able to understand the issue with the code. I am trying to input ITC.