You're still using html mail, and still top-posting. 

>

> But my curiosity is still begging me for an answer regarding my original 
> approach. Is there a way to manage the functionality of be round function 
> such that it does not strip any data to the right of the decimal point?

That's the whole point of round (). If you tell what you wish it
 to do, with sample data and desired results,  we can probably
 suggest an approach.  Or you could look at the message I posted
 some time ago, suggesting adding one before dividing by
 2.

Sometimes the best answer is to truncate by converting to int. But
 the increment is frequently needed as well.

-- 
DaveA

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to