763e075bab
--HG-- branch : trunk
6 lines
61 B
Python
6 lines
61 B
Python
|
|
class MyApp:
|
|
def question(self):
|
|
return 6 * 9
|
|
|