Я продолжаю получать эту ошибку:
TypeError: can only concatenate str (not int ) to str
-----------------------------------------------------------------------------------
Введите описание изображения здесь
import math
temp_input = input(...
Я продолжаю получать эту ошибку:
TypeError: can only concatenate str (not int ) to str
-----------------------------------------------------------------------------------
Введите описание изображения здесь
import math
temp_input = input(...
Я продолжаю получать эту ошибку:
TypeError: can only concatenate str (not int ) to str
-----------------------------------------------------------------------------------
Введите описание изображения здесь
import math
temp_input = input(...
Я продолжаю получать эту ошибку:
TypeError: can only concatenate str (not int ) to str
import math
temp_input = input(
'Insert the temperature you would like to convert(100F , 35C for example):')
unit = temp_input .lower()
number = temp_input...