Can you monkey patch methods on core types in Python?
Ruby can add methods to the Number class and other core types to get effects like this:
Can you monkey patch methods on core types in Python?
Ruby can add methods to the Number class and other core types to get effects like this: