SO I'm making a calculator that turns any number into a specified number. The way that I want to specify this by having something like
numbertoturninto=*anynumber*
in a .txt file at the location
c:/python/calc2#/config.txt
.
How do I do this? If you don't understand I will help.
Example: I have a .txt file. In that file, I have the number 4. I want var3
to be this number in a python program. (Hope this helps)