Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 115 Bytes

uuid.md

File metadata and controls

8 lines (6 loc) · 115 Bytes

生成uuid

import uuid

user_id = uuid.uuid4()
print(user_id) # 4be6e622-5807-4b9f-846b-883f441e54a7