Help me in solving PYTH58 problem

My issue

L = “Length”
w = “width”
Area=“L * w”
print(Area)

My code

L = "Length"
w = "width"
Area="L * w"
print(Area)

Learning course: Python Programming
Problem Link: Find the Area of any rectangle Practice Problem in Python Programming - CodeChef