class Cat:
def __init__(self, name: str, age: int):
self.name: str = name
self.age: int = age
def say_meow(self) -> None:
print('%s(%s): meow' % (self.name, self.age))
def main():
cat = Cat('yupix', 0)
cat.say_meow()
if __name__ == '__main__':
main()
🪄
Highlights
- Pro
Pinned Loading
-
TeamBlackCrystal/hexo_ayuki_blog
TeamBlackCrystal/hexo_ayuki_blog Public archiveあゆきblogのソース
JavaScript 1
-
TeamBlackCrystal/misskey
TeamBlackCrystal/misskey Public archiveForked from mei23/misskey-v11
あゆすきー(仮)(ayuskey)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.