better behaviour

This commit is contained in:
2023-02-08 22:54:14 +01:00
parent f51b230099
commit 691a2e400d
3 changed files with 26 additions and 2 deletions

4
test.py Normal file
View File

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