4 Answers
+ 9
print(eval(input()))
#the shortest way possible
+ 6
Depending on what code complexity you had in mind, it can be a simple eval(input()) one-liner or a fully-fledged GUI-based application. Pick your favourite :)
0
thanks for your answer.
0
thanks to you all. Hope you enjoy your day!