My issue
length=45
width=76
area=length*width
print(‘The Area of the given rectangle is area’)
My code
# Update the code below this line to solve the problem
length=45
width=76
area=length*width
print('The Area of the given rectangle is area')
Learning course: Python with Data structures
Problem Link: CodeChef: Practical coding for everyone