{
  "type": "root",
  "children": [
    {
      "type": "paragraph",
      "children": [
        {
          "type": "text",
          "value": "Let's try with this code:"
        }
      ]
    },
    {
      "type": "code",
      "data": {
        "lang": "python"
      },
      "children": [
        {
          "type": "text",
          "value": "\nprint \"Hello World!!!\"\nprint \"https://google.com\"\n"
        }
      ]
    }
  ]
}
