I want only 10 digit unique integer number. How can I do that? Please help me.
import uuid uuid.uuid4().int
Output