Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

random id python

# uuid docs: https://docs.python.org/3/library/uuid.html
import uuid

print(uuid.uuid4()) # Output: 5d80dd85-da4a-4de1-8fe5-3069bbfd99ee
 
PREVIOUS NEXT
Tagged: #random #id #python
ADD COMMENT
Topic
Name
9+1 =