Author | Message |
---|---|
rabbott
Posts: 1649
|
Posted 09:07 Nov 18, 2018 |
Those of you working on Capture-the-Flag may be interested in a Python feature that lets you overload operators. Line 114 of Python implements the
For additional discussion and explanation, see Python Operator Overloading and Emulating Numeric Types in the Python documentation.
Last edited by rabbott at
09:13 Nov 18, 2018.
|