質問編集履歴
1
エラーのメッセージを記入しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,6 +2,18 @@
|
|
2
2
|
|
3
3
|
何も表示されません。間違いの箇所はどこか見直してもわからないので教えてください。
|
4
4
|
|
5
|
+
エラーの表示Traceback (most recent call last):
|
6
|
+
|
7
|
+
File "C:\Users\P\Desktop\stickman\sticmangame.py", line 102, in <module>
|
8
|
+
|
9
|
+
0, 480, 100, 10)
|
10
|
+
|
11
|
+
File "C:\Users\P\Desktop\stickman\sticmangame.py", line 64, in __init__
|
12
|
+
|
13
|
+
self.coordinates= Coords(x, y, x + width, y + height)
|
14
|
+
|
15
|
+
TypeError: Coords() takes no arguments
|
16
|
+
|
5
17
|
```python3
|
6
18
|
|
7
19
|
コードfrom tkinter import*
|