5 lines
89 B
Python
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))
|