40e656609f4544f393f7be37a37.../README.md
2025-05-04 00:03:35 +00:00

207 B

logging.info(f"Function called with request: {request}")

data = request.get_json(force=True)

logging.info(f"Received data: {data}") return {"result": data.get("a", 0)+data.get("b", 0)}# python hello-world