0
Calculator
how can we run a calculator
2 Réponses
+ 1
There's a built-in method eval() in python, which evaluates the given python expression. So, you can just write something like that:
>>> eval(input())
2+3*5/6
4.5
0
Please See My New Code Basic Calculator (Web) yes bro it using eval
in real very less people are friendly with eval