{"in":{"data":"def some_python_function():\n    \"\"\"\n    This is a Python docstring. It describes what a function does.\n    The triple quotes above and below me do not need to be changed.\n    \"\"\"\n\n    print(\n        \"The Gryphon added, \\\"Come, let's hear some of YOUR adventures.\\\" \"\n        \"\\\"I could tell you my adventures - beginning from this morning,\\\" \"\n        \"said Alice a little timidly: \\\"but it's no use going back to yesterday, \"\n        \"because I was a different person then.\\\"\"\n    )\n","type":"input"},"out":{"data":"def some_python_function():\n    \"\"\"\n    This is a Python docstring. It describes what a function does.\n    The triple quotes above and below me do not need to be changed.\n    \"\"\"\n\n    print(\n        'The Gryphon added, \"Come, let\\'s hear some of YOUR adventures.\" '\n        '\"I could tell you my adventures - beginning from this morning,\" '\n        'said Alice a little timidly: \"but it\\'s no use going back to yesterday, '\n        'because I was a different person then.\"'\n    )\n","type":"output"},"client":"0.5.0"}