Hey, I just picked up python again after not coding with it for many years. But I wanted to throw some simple scripts together to see if I remember all the functionality so far. Now I've got this code:
Code:
#!/usr/bin/python
# A program developed to see if the temperature is Celcius or Farhenheit
# and than convert it to the other in a more user friendly manner
import os, sys
import