質問編集履歴

2

再々修正になります。

2019/09/22 14:20

投稿

yuya-genius
yuya-genius

スコア5

test CHANGED
File without changes
test CHANGED
@@ -16,8 +16,6 @@
16
16
 
17
17
  ```python
18
18
 
19
-
20
-
21
19
  from selenium import webdriver
22
20
 
23
21
  from selenium.common.exceptions import WebDriverException
@@ -235,3 +233,5 @@
235
233
  f.close()
236
234
 
237
235
  time.sleep(abc)```
236
+
237
+ ```

1

コード表記を変更しました

2019/09/22 14:20

投稿

yuya-genius
yuya-genius

スコア5

test CHANGED
File without changes
test CHANGED
@@ -14,6 +14,10 @@
14
14
 
15
15
 
16
16
 
17
+ ```python
18
+
19
+
20
+
17
21
  from selenium import webdriver
18
22
 
19
23
  from selenium.common.exceptions import WebDriverException
@@ -230,4 +234,4 @@
230
234
 
231
235
  f.close()
232
236
 
233
- time.sleep(abc)
237
+ time.sleep(abc)```