In [1]:
%autosave 0
In [2]:
from suneku import *
hello(zero)
In [3]:
REPO
Out[3]:
In [4]:
for x in REPO.glob('**/*.py'):
print(x.relative_to(REPO))
In [5]:
hello(echo)
echo('Hello, World!')
In [6]:
hello(fullpath)
fullpath('~/suneku/..')
Out[6]:
In [7]:
hello(hello)
In [8]:
hello(isonow)
isonow()
Out[8]:
In [9]:
hello(zulutime)
zulutime('May 1, 2020 4:34:56 pm')
Out[9]:
In [10]:
zulutime([ "2000-5-{}".format(x) for x in range(1,10) ])
Out[10]: