코드 import urllib.request url = "https://bddung1014.blogspot.com/" res = urllib.request.urlopen(url) data = res.read() text = data.decode("utf-8&…