import math # вычисление выражения result = (math.sqrt(math.sin(13)+ math.log(31)**2)**0 *5) + (5* 10 /150) #вывод результата print(result)