Ad
Code
Diff
  • binary_to_decimal = int
    • binary_to_decimal = lambda b: int(b)
    • binary_to_decimal = int