Untitled

 avatar
unknown
plain_text
2 years ago
155 B
2
Indexable
kelwin = float(input('Podaj temperature w Kelwinach:'))
def konwersja(kelwin):
    celcjusz = kelwin - 273.15
    return celcjusz

print(konwersja(kelwin))
Editor is loading...
Leave a Comment