File size: 52 Bytes
e2b9c18
 
 
 
1
2
3
4
import uuid

rec_id = uuid.uuid4().hex
print(rec_id)