質問編集履歴
1
インデントが全角であるという指摘を受け、修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
def move(x, y):
|
24
24
|
|
25
|
-
|
25
|
+
print('マウスポインターは {0} へ移動しました'.format((x, y)))
|
26
26
|
|
27
27
|
def click(x, y, button, pressed):
|
28
28
|
|