PrajaktaSathe / Python

Features small Python projects. You are welcome to contribute here!
MIT License
27 stars 45 forks source link

Update calc.py #6

Closed KennyOliver closed 3 years ago

KennyOliver commented 3 years ago

[+] Show the calculation options in a neater way [+] Print the equations and answers together for an easier to understand UI

PrajaktaSathe commented 3 years ago

I checked the code. Good work on the UI here! Just one change I would suggest is that we should keep the option of continuing calculations for the user. In your program only one calculation can be performed, after which the program ends. Could please make it so that the user can choose when to stop? Thanks!

KennyOliver commented 3 years ago

Hi! Thank you so much for the feedback; it’s motivating! 😄 I’ve fixed the issue & added extra stuff.

PrajaktaSathe commented 3 years ago

Hi! Thank you so much for the feedback; it’s motivating! 😄 I’ve fixed the issue & added extra stuff.

Thank you!! 😃