0
Improvement on calculator
I want to make a calculator on python but needs more improvement please help https://sololearn.com/compiler-playground/ccZxNvF72Y5j/?ref=app
1 Respuesta
+ 2
Take another input(string) from user for the operation sign(like +, -, *, /), then use match-case statements to check which sign user had given as input, and do that operation.