ch01_ex74_prof.py

Created by manuel-2de-indice2019

Created on October 11, 2019

63 Bytes


def temp(t):
    f=1.8*t+32
    return(f)