Source Code:
(back to article)
import uuid # Generate a random UUID random_uuid = uuid.uuid4() # Print the UUID print(random_uuid)
Result:
Report an issue