質問編集履歴
1
AttributeError: module 'time' has no attribute 'clock'とだけ記述していた、エラー部分を追記しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,9 +14,19 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
`
|
17
|
+
```
|
18
18
|
|
19
|
+
<module>
|
19
20
|
|
21
|
+
clocku = clocks = clock = time.clock
|
22
|
+
|
23
|
+
AttributeError: module 'time' has no attribute 'clock'
|
24
|
+
|
25
|
+
The above exception was the direct cause of the following exception:
|
26
|
+
|
27
|
+
```
|
28
|
+
|
29
|
+
以上のエラーが出ます。
|
20
30
|
|
21
31
|
|
22
32
|
|