質問編集履歴

2

コード修正

2018/01/23 13:07

投稿

mathing
mathing

スコア19

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  ```ここに言語を入力
24
24
 
25
- on_press: root.ids["ScreenOne"].print_number(self.text)
25
+ on_press: root.ids["ScreenOne"].zero_clicked(self.text)
26
26
 
27
27
  ```
28
28
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  ```ここに言語を入力
32
32
 
33
- on_press: root.ids["display"].print_number(self.text)
33
+ on_press: root.ids["display"].zero_clicked(self.text)
34
34
 
35
35
  ```
36
36
 

1

記載ミスのため

2018/01/23 13:07

投稿

mathing
mathing

スコア19

test CHANGED
File without changes
test CHANGED
@@ -128,7 +128,7 @@
128
128
 
129
129
  text: "0"
130
130
 
131
- on_press: root.ids["ScreenOne"].print_number(self.text)
131
+ on_press: root.ids["ScreenOne"].zero_clicked(self.text)
132
132
 
133
133
  Button:
134
134