Files
ziffers-python/test.py
2023-02-08 22:54:14 +01:00

5 lines
89 B
Python

from ziffers import *
# a = z1("q e 1 ^ ^ 2 _ 3 4 <3> 3")
a = z1("1 2")
print(a.take(3))