Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
sengzi
/
TYF-1181203428
like
0
Runtime error
App
Files
Files
Community
2
4a4624f
TYF-1181203428
/
Sejarah.py
sengzi
Update Sejarah.py
e5ea3a0
over 1 year ago
raw
Copy download link
history
blame
173 Bytes
class
Sejarah
:
def
__init__
(
self
):
self.name =
'Sejarah'
def
interface
(
self, question
):
answer =
"Answer of "
+question+
" is: "
return
answer