Area_of_circle = 78.5 area_of_circle = str(area_of_circle) area_of_circle_msg = "Area of the circle is -" + area_of_circle print(area_of_circle_msg)

area_of_circle = 78.5
area_of_circle = str(area_of_circle)
area_of_circle_msg = “Area of the circle is -” + area_of_circle
print(area_of_circle_msg)
The code is not being accepted

Hi Anirudh
I just checked the submit button is working fine
Can you please check your string it should be exactly same as mentioned in instruction