My issue
Length=45
width=76
area=Length*width
print(“The Area of the given reactangle is”,area)
rectify any mistake here
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 reactangle is",area)
Learning course: Python with Data structures
Problem Link: CodeChef: Practical coding for everyone