Created
April 11, 2020 08:57
-
-
Save openroomxyz/9bd2a63feced45149fd173673d7accb5 to your computer and use it in GitHub Desktop.
Python : How to generate UUID?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import uuid | |
#How to generate random uuid? | |
print(str(uuid.uuid4())) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment