Python: calculating the area of rectangle By Unknown May 22, 2015 print "Enter the length and breadth of rectangle" length = float(raw_input("Length: ")) breadth = float(raw_input("Breadth: ")) print "Area:", length * breadth Share Get link Facebook X Pinterest Email Other Apps Share Get link Facebook X Pinterest Email Other Apps Comments
Comments