I am looking for a way to do a plus/minus operation in python 2 or 3. I do not know the command or operator, and I cannot find a command or operator to do this.
Am I
If you are looking to print the ± symbol, just use:
print(u"\u00B1")