I would like to use the library requests to make two HTTP-requests within a session. However I don't know whether the IP adresses will be the same for both HTTP-requests (within that session).
Can you tell me whether it will use the same IP (important for me) or whether Tor will use two different Exit-nodes?
If I remember, Tor changes routes after some pre-specified number of minutes. I'm tempted to say that the time period is 10 minutes, but I'm not entirely certain. Either way, so long as those two requests are made within that time-frame they'll have the same IP address.