6 lines
60 B
Python
6 lines
60 B
Python
|
|
||
|
class MyApp:
|
||
|
def question(self):
|
||
|
return 6 * 9
|
||
|
|