2022-05-09 17:39:52 +02:00

3 lines
76 B
Python

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