![]() |
|
Python multi-purpose calculator - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Python (https://sinister.ly/Forum-Python) +--- Thread: Python multi-purpose calculator (/Thread-Python-multi-purpose-calculator) |
Python multi-purpose calculator - Cgboal - 11-25-2013 Here's a multi-purpose calculator I threw together in my spare time. Since I wasn't really sure how to package this up i'll just post a d/l link to the folder on dropbox. execute the file named calc.py to start the program, any feedback or ideas for new features would be very appreciated. Calculator download link. Python multi-purpose calculator - Cgboal - 11-25-2013 Here's a multi-purpose calculator I threw together in my spare time. Since I wasn't really sure how to package this up i'll just post a d/l link to the folder on dropbox. execute the file named calc.py to start the program, any feedback or ideas for new features would be very appreciated. Calculator download link. RE: Python multi-purpose calculator - LittleWho - 12-24-2013 good program man! try to make a program who calculate in this way: >>> 10*4 result: 40 |