Quiz code not getting accepted by automated assessment

Hi, I am writing a code for the quiz assessment but automated assessment is not accepting it, even though I am getting the right output. Please help

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)

Hi, Navjot.

Kindly check the code again, there may be some space b/t the is and ‘-’.
You will be able to do it.
It worked for me fine.

All the best.