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

23rd Jun 2025, 8:58 AM
Abdulrahman alturk
Abdulrahman alturk - avatar
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.
23rd Jun 2025, 9:21 AM
Afnan Irtesum Chowdhury
Afnan Irtesum Chowdhury - avatar