Help me in solving PYTH23 problem

My issue

I declare all variables and assign values properbly to them but,still i got confuss in replace for Aera.

My code

# Update the code below this line to solve the problem
length=45
width=76
area=length*width
Area=area
print(Area)

Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone

length=45
width=76
area=length*width
u have to print this–>print(f’The Area of the given rectangle is {area}')<–

1 Like