use Test; BEGIN { plan tests => 277 } use Inline::Python qw(py_eval py_bind_func); # Bind __main__.fibb to main::fibb py_bind_func("main::fibb", "__main__", "fibb"); # And fill in the gap: py_eval(<