2022-08-24 14:28:45 +02:00

14 lines
174 B
Python

class Mewto:
def hello(self):
"""
ASDF
"""
return 2 + 4
def bar(self, a, b):
return a + b
def poke(a, b):
return a * b