import requests response=requests.get('https://ac.search.naver.com/nx/ac?q=%EC%A3%BC%EC%8B%9D%20%E3%84%B1&con=0&frm=nv&ans=2&r_format=json&r_enc=UTF-8&r_unicode=0&t_koreng=1&run=2&rev=4&q_enc=UTF-8&st=100&_callback=_jsonp_5') orgin_data = response.text print(orgin_data)
Error:NameError: name 'orgin_data' is not defined
>>> print(orgindata)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'orgindata' is not defined
code Problem or the other problemthank you for reading, have a nice day