LANGUAGE » PYTHON » PACKAGE
Uuid
Last updated:
Reference:
docs.python.org
Usage
Generate unique IDs.
python
import
uuid
Examples
Generate random UUID:
python
str
(uuid.uuid4())
Theme
Links
Home
Back to top