質問編集履歴
1
エラーメッセージを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -31,3 +31,15 @@
|
|
31
31
|
|
32
32
|
|
33
33
|
```
|
34
|
+
|
35
|
+
エラーメッセージ
|
36
|
+
|
37
|
+
Exception in Tkinter callback
|
38
|
+
|
39
|
+
Traceback (most recent call last):
|
40
|
+
|
41
|
+
File "C:\Users\kakio\AppData\Local\Programs\Python\Python39\lib\tkinter\__init__.py", line 1892, in __call__
|
42
|
+
|
43
|
+
return self.func(*args)
|
44
|
+
|
45
|
+
TypeError: motion_mouse() takes 0 positional arguments but 1 was given
|