width = 12.5 length = 16.7 square = width * length perimeter = width*2 + length*2 print("Площадь = ", square, " Периметр = ", perimeter)