Is there an easy way to round numbers in an array?

I have
Test = [1.1,2.2,3.7]

and want to round so the values are

print Test  [1,2,4]


Lance
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to