How can you make python round numbers to the nearest 5:
 
Example:
 
3 => 0
8 => 10
23.2 => 20
36 => 35
51.5 => 50
 
 
Thanks!
_________________________________________________________________
Twice the fun—Share photos while you chat with Windows Live Messenger.
http://www.microsoft.com/windows/windowslive/messenger.aspx
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to