Ad

hehe

Code
Diff
  • multiply = \ m n f . m (n f)
    • multiply = \ m n . \ f x . m (n f) x
    • multiply = \ m n f . m (n f)

we never needed a function.

Code
Diff
  • #:3
    • a=lambda x:1
    • #:3

hahahaha true is such a long word

Code
Diff
  • above_two=lambda x:1
    • above_two=lambda x:True
    • above_two=lambda x:1

imagine hitting the enter key

Code
Diff
  • #lol get onelined
    def above_two(arg): arg = 3; return arg > 2
    • #If it is not true currently, I shall make it true
    • def above_two(arg):
    • arg = 3
    • return arg > 2
    • #lol get onelined
    • def above_two(arg): arg = 3; return arg > 2