12A猫で学んだこと-Memoir-

...What are you learning now?

Entries from 2019-01-01 to 1 month

レポート提出期限1時間前

from datetime import datetime class Uncertain(NotImplementedError): def __init__(self, message): self.message = message def __str__(self): return f"UncertainException:{self.message}" class Apathy(RuntimeError): def __str__(self): return "A…