def f(x) python
def fahrenheit(T_in_celsius):
""" Gibt die Temperatur T_in_celsius in Grad Fahrenheit zurück """
return (T_in_celsius * 9 / 5) + 32
for t in (22.6, 25.8, 27.3, 29.8):
print(t, ": ", fahrenheit(t))
def f(x) python
def fahrenheit(T_in_celsius):
""" Gibt die Temperatur T_in_celsius in Grad Fahrenheit zurück """
return (T_in_celsius * 9 / 5) + 32
for t in (22.6, 25.8, 27.3, 29.8):
print(t, ": ", fahrenheit(t))
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us