My issue
Perimeter of a rectangle and area of a rectangle are shown wrong can you please send me the reason
My code
# Update the '_' below to solve the problem
print(13* 14) # Area of the rectangle
print(2 * (13+14)) # Perimeter of the rectangle
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone