Thank you Below is the C2F conversion calculator, keep in mind it is only 4 lines long. def C2F(): Celsius = input('Enter degrees in Celsius: '); Fahrenheit = (9.0 / 5.0) * Celsius +32; print Celsius, 'Celsius =', Fahrenheit, 'Fahrenheit'; code pour embarquer la vidéo : >>> http://www.youtube.com/embed/29mq1Bn52GY <<< |