Скачиваний:
2
Добавлен:
03.06.2024
Размер:
110 б
Скачать
def celsius_to_fahrenheit(c):
    f=(c*9/5)+32
    return f
c=int(input())
print(celsius_to_fahrenheit(c))
Соседние файлы в папке 4