Delegate py::print to Python's native print (#6121) * refactor: delegate py::print to native print * style: use auto for print result * test: focus py::print coverage on delegation * docs: describe native py::print delegation * fix: keep py::print silent when builtin is missing * test: cover py::print with unavailable stdout * docs: clarify py::print builtins lookup