Content deleted Content added
→Implementation: PHP implementation |
m →Python: wording |
||
Line 124:
=== Python ===
In Python one implements indexing by overloading the {{python|__getitem__}} and {{python|__setitem__}} methods
<syntaxhighlight lang="python">
import array
|