def make_id() -> str: return str(randint(0, 999999999999999)).zfill(15)