← All examples Lambda max Python Lambdas lambda + ternary Flowchart (ISO 5807) YesNoStartInput a, ba > bReturn aEndReturn bEndFigure 1 — mx Source code mx = lambda a, b: a if a > b else b Open in the editor