My issue
My code
# Update the code below this line to solve the problem
width=45
height=76
area=width*height
print("Area of rectangle="+str(area))
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
# Update the code below this line to solve the problem
width=45
height=76
area=width*height
print("Area of rectangle="+str(area))
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone