A1,A2,...,An centimeters and the height of the rows are B1,B2,...,Bn centimeters. The rectangle is divided into n × n smaller rectangles. Let the column and row ...
length = float(input("Enter the length of rectangle: ")) # Typecasted user input into float data type as user always breadth = float(input("Enter the breadth of ...