Hi everyone I'm learning python for a week now and I'm trying to create a simple calculator using eval and I encounter an error. The line below is what I used. value = str(eval(number))
Everytime I enter a number for example 05+05 it gives me an error. Is there a solution so that I can ignore the zeros in front of the number? so that the result would be 5+5?