Python1 Min Read LetuscrackonJune 11, 2024 Rectangle or Square Vignesh is very much interested in Geometry and he was reading about Rectangles and Squares. He wanted a program which will print Rectangle or…
Python2 Min Read LetuscrackonJune 11, 2024 Four Strings Rectangle Four strings out of which two have the same length L1 and the remaining two have the same length L2 are passed as the input to the program.…
Python1 Min Read LetuscrackonJune 10, 2024 Check for Rectangle or Square The length L and breadth B of a rectangle is passed as input. If L is equal to B then the program must print “square”. Else it…
Python1 Min Read LetuscrackonJune 7, 2024 Define class Rectangle Define class Rectangle: The program must accept the length, the breadth of N rectangles and an integer X as…