← All examples Named lambda Python Lambdas name = lambda → separate diagram Flowchart (ISO 5807) Flowchart Structogram YesNoStartInput nn % 2 == 0Return "парне"EndReturn "непарне"EndFigure 1 — classify Fit width 100% Fullscreen Source code classify = lambda n: "парне" if n % 2 == 0 else "непарне" Open in the editor Next All flowcharts for Python All example flowcharts How to make a flowchart from code Flowchart to the standard: full guide Flowchart for coursework Nassi-Shneiderman structograms