File size: 173 Bytes
b91ec33
213e5ae
 
b91ec33
e5ea3a0
 
 
1
2
3
4
5
6
7
class Sejarah:
    def __init__(self):
        self.name = 'Sejarah'

    def interface(self, question):
        answer = "Answer of "+question+" is: "
        return answer