My issue
My code
#
length=int(input)
width=int(input)
area=length*width
print("The Area of the given rectangle is area",area)
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
#
length=int(input)
width=int(input)
area=length*width
print("The Area of the given rectangle is area",area)
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone