By using lambda, we wouldn't have had to define and name the functions fahrenheit() and celsius(). def fahrenheit(T): return((float(9)/5) * T + 32) def celsius( ...
確定! 回上一頁