How do I calculate operations from a txt file?
How do I calculate operations from a txt file? Question: So I have a homework to write those expressions in a notepad, this is my input file: 4+1 12-3 2*182 8/2 then, I have to write a program in idle that will read that, line by line, that will solve the operations and return them …