回答編集履歴

1

マスク変更

2020/09/25 00:23

投稿

fhiro_tokio
fhiro_tokio

スコア66

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- html=requests.get("https://reiwadenenga.jp/").text
13
+ html=requests.get("https://xxxxxxx.jp/").text
14
14
 
15
15
  soup=BeautifulSoup(html,"html.parser")
16
16