回答編集履歴
1
f
answer
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
```
|
2
2
|
def main():
|
3
|
-
c = Cls()
|
4
3
|
a = 10
|
5
4
|
b = 2
|
6
5
|
c = Cls.func(Cls.div, a, b) # div を 10 と 2 で呼ぶと 5が返りcに入る
|