質問編集履歴

1

エラーメッセージをTracebackを使って更新しました、ありがとうございました。(あってるかな?)

2019/02/11 09:33

投稿

Kcamera1319
Kcamera1319

スコア13

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,13 @@
14
14
 
15
15
  ```
16
16
 
17
+ Traceback (most recent call last):
18
+
19
+ File "C:\Users----------------random.py", line 12, in <module>
20
+
21
+ ene = random.randint(0,2)
22
+
17
- Module 'random' has no 'randint' member
23
+ AttributeError: module 'random' has no attribute 'randint'
18
24
 
19
25
  ```
20
26