Files
phpy/examples/python/array.py
2023-12-18 16:57:09 +08:00

6 lines
51 B
Python

import phpy
s = phpy.Array()
s.set("hello", 123)