Then the module UUID in python is what you are looking for. import uuid uuid.uuid4().hex. UUID4 gives you a random unique identifier that has the same length as ...
確定! 回上一頁