I have UUID4 value= "2626df07-1854-4ff1-9296-fa43bc896950"
for this value am trying
import uuid
print((isinstance(value, uuid.UUID)))
Result is:- False can anyone please explain me the reason behind this. Note:-value is a proper UUId4
I have UUID4 value= "2626df07-1854-4ff1-9296-fa43bc896950"
for this value am trying
import uuid
print((isinstance(value, uuid.UUID)))
Result is:- False can anyone please explain me the reason behind this. Note:-value is a proper UUId4
Copyright © 2021 Jogjafile Inc.