Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -3,8 +3,6 @@ import sys | ... | @@ -3,8 +3,6 @@ import sys |
3 | from bs4 import BeautifulSoup | 3 | from bs4 import BeautifulSoup |
4 | from pprint import pprint | 4 | from pprint import pprint |
5 | 5 | ||
6 | -data = sys.stdin.readline() | ||
7 | - | ||
8 | html = requests.get('https://search.naver.com/search.naver?query=날씨') | 6 | html = requests.get('https://search.naver.com/search.naver?query=날씨') |
9 | soup = BeautifulSoup(html.text, 'html.parser') | 7 | soup = BeautifulSoup(html.text, 'html.parser') |
10 | 8 | ... | ... |
-
Please register or login to post a comment