I\'ve been working on a script that takes data from an Excel spreadsheet, rounds the numbers, and removes the decimal point, for example, 2606.89579999999 becomes 26069. How
>>> int (round (2606.89579999999,2)*100) 260690