I wrote a simple python script that counts the time it takes to send a HTTP request using urllib2.
After i count the the time, it prints the number of time. It looks like this: 2.582848693
I dont really need all the decimal numbers, I only need 1 decimal number. I need it would be : 2.5
How can it be done using Python? Thanks!