Posts by Cassio Spessatto • 1 point
1 post
- 
		-3 votes2 answers107 viewsQ: convert strings to pythonI am having doubts to resolve this exercise. First, follow example of txt file. 5/2 500+20 200-20 20*10 I need to read this txt file and solve the equations in Python. Follow the code I currently…