Program to find the area of rectangle.

Code:

ln = float(input("Please enter length: "))

br = float(input("Please enter breadth: "))

print("Area of rectangle: ", ln * br)

Output:

Comments

Popular posts from this blog

State use of pep and pip