Generate UUID Version 4 using Python

uuid library

import uuid

uuidV4 = uuid.uuid4()
print(uuidV4)

Leave a Comment

Cancel reply

Your email address will not be published.