Skip to content

Instantly share code, notes, and snippets.

@openroomxyz
Created April 11, 2020 08:57
Show Gist options
  • Save openroomxyz/9bd2a63feced45149fd173673d7accb5 to your computer and use it in GitHub Desktop.
Save openroomxyz/9bd2a63feced45149fd173673d7accb5 to your computer and use it in GitHub Desktop.
Python : How to generate UUID?
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