Ad
Code
Diff
  • is_more_then_2=(2).__lt__
    • def is_more_then_2(n):
    • return 3 <= n
    • is_more_then_2=(2).__lt__