This project is to find perfect numbers. TURBO MODE RECOMMENDED!!! (Shift+Click Green Flag)
I made this faster by: (1) removing the factors list and using a cumulative sum instead, (2) using the round operator instead of searching for a ".", (3) check factors only up to the number divided by 2.