回答編集履歴
1
修正
test
CHANGED
@@ -18,9 +18,9 @@
|
|
18
18
|
|
19
19
|
def run(self):
|
20
20
|
|
21
|
-
self._lcd
|
21
|
+
self._lcd_number.display(
|
22
22
|
|
23
|
-
self._lcd
|
23
|
+
self._lcd_number.intValue() + 1
|
24
24
|
|
25
25
|
)
|
26
26
|
|