ch01_ex40_prof.py

Created by manuel-2de-indice2019

Created on October 11, 2019

117 Bytes


def mille(L,U):
    if U=="m":
        L=1852*L
    else:
        L=1852/0.3408*L
    return(L)