import error
html = 까지 했을 때는 이런 에러가 뜹니다.. 뭐가 문제일까요 UnicodeEncodeError: 'ascii' codec can't encode characters in position 46-48: ordinal not in range(128) ---------------------------------------------------------------------------UnicodeEncodeError Traceback (most recent call last) in ----> 1 html = urllib.request.urlopen(url).read(url) /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py in urlopen(url, data, timeout, cafile, capath, cadefault, context) 212 else: 213 opener = _opener --> 214 return opener.open(url, data, timeout) 215 216 def install_opener(opener):