https://www.uuidgenerator.net/dev-corner/python
import uuid myuuid = uuid.uuid4() print('Your UUID is: ' + str(myuuid))
No comments:
Post a Comment