Posts

Showing posts with the label lambda

lambda keyword usage in PYTHON programe

Programe is: # #       lambda option usage în PYTHON programe #       only one parameter restriction limits the structures #       geometry problems exemples #        A_circle = area of the circle #        L_cilcre = the length of the circle #        A_ square = area of the square #        P_square = square perimeter #        R = radius of the circle #        L = the side of the square of the triangle #        H = height #        P_triangle = the perimeter of the equilateral triangle #        A_triangle = area of the equilateral triangle #        V_cube = volume of the cube #        A_cube = total cube area #        A_sphere = area of the sphere #        V_sphere = volume ...