回答編集履歴

1

ソース修正

2020/09/01 03:19

投稿

yureighost
yureighost

スコア2183

test CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  ```python
6
6
 
7
- silver_purchase = apre_elemnt.select_one('tr:contains("Sv1000IG")').find('td').text
7
+ silver_purchase = apre_elemnt.select_one('tr:contains("Sv1000IG")').td.text
8
8
 
9
9
  ```