AceLewis / my_first_calculator.py

my_first_calculator.py
4.06k stars 449 forks source link

Update my_first_calculator.py #198

Open starinfinity opened 1 year ago

starinfinity commented 1 year ago

updated to use Python dictionary instead of if-else Reason: Why not? Generator Code: https://github.com/starinfinity/my_first_calculator-creator/blob/master/calculatorprintv2.py