LambdaToPython Input λCalculas and output python code! ##Example One ex. λx.2x = lambda x : 2x Example Two f = λx.2x = f = lambda x : 2x Primary use for pip3 https://pypi.org/project/convertLambda/