TYF-1181203428 / Sejarah.py
sengzi's picture
Update Sejarah.py
e5ea3a0
raw
history blame
173 Bytes
class Sejarah:
def __init__(self):
self.name = 'Sejarah'
def interface(self, question):
answer = "Answer of "+question+" is: "
return answer