My issue
My code
length =45
width = 76
area = length* width
print("the area of given triangle is ",area)
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
length =45
width = 76
area = length* width
print("the area of given triangle is ",area)
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
@harihp666
The statement being printed is not correct which is causing the error.
The following statement should be printed.
The Area of the given rectangle is