{"id":719,"date":"2024-03-22T04:28:11","date_gmt":"2024-03-22T04:28:11","guid":{"rendered":"https:\/\/eliteacademicessays.com\/free-essay-examples\/?p=719"},"modified":"2024-03-22T04:28:12","modified_gmt":"2024-03-22T04:28:12","slug":"math-tutor-program-with-error-handling","status":"publish","type":"post","link":"https:\/\/eliteacademicessays.com\/free-essay-examples\/math-tutor-program-with-error-handling\/","title":{"rendered":"Math Tutor Program with Error Handling"},"content":{"rendered":"\n<p>numA = [4, 1, 6, 10, 2, 3, 7, 9, 11, 12, 5, 8]<br>numB = [2, 12, 10, 11, 1, 3, 7, 9, 4, 8, 5, 6]<\/p>\n\n\n\n<p>choices = (&#8220;ADD&#8221;, &#8220;MULTIPLY&#8221;)<\/p>\n\n\n\n<p>while True:<br>try:<br>choice = int(input(&#8216;Enter: \\n 1 for Adding\\n 2 for Multiplying&#8217;))<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>    # Addition\n    while choice == 1:\n        # QUESTION 1\n\n        print('Question 1:')\n        print('Add ', numA&#91;0], 'to ', numB&#91;0])\n\n        while True:\n            try:\n                add = int(input('What is the correct answer?'))\n                add1 = numA&#91;0] + numB&#91;0]\n\n                if add == add1:\n                    print('CORRECT!!!\\n')\n                else:\n                    print('WRONG!! The correct answer is: ', add1, '\\n')\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # QUESTION 2\n        print('Question 2:')\n        print('Add ', numA&#91;1], 'to', numB&#91;1])\n\n        while True:\n            try:\n                add = int(input('What is the correct answer?'))\n                add1 = numA&#91;1] + numB&#91;1]\n\n                if add == add1:\n                    print('CORRECT!!!\\n')\n                else:\n                    print('WRONG!! The correct answer is: ', add1, '\\n')\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # QUESTION 3\n        print('Question 3:')\n        print('Add ', numA&#91;2], 'to', numB&#91;2])\n\n        while True:\n            try:\n                add = int(input('What is the correct answer?'))\n                add1 = numA&#91;2] + numB&#91;2]\n\n                if add == add1:\n                    print('CORRECT!!!\\n')\n                else:\n                    print('WRONG!! The correct answer is: ', add1, '\\n')\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # QUESTION 4................................................\n        print('Question 4:')\n        print('Add ', numA&#91;3], 'to', numB&#91;3])\n\n        while True:\n            try:\n                add = int(input('What is the correct answer?'))\n                add1 = numA&#91;3] + numB&#91;3]\n\n                if add == add1:\n                    print('CORRECT!!!\\n')\n                else:\n                    print('WRONG!! The correct answer is: ', add1, '\\n')\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # QUESTION 5...................................................\n        print('Question 5:')\n        print('Add ', numA&#91;4], 'to', numB&#91;4])\n\n        while True:\n            try:\n                add = int(input('What is the correct answer?'))\n                add1 = numA&#91;4] + numB&#91;4]\n\n                if add == add1:\n                    print('CORRECT!!!\\n')\n                else:\n                    print('WRONG!! The correct answer is: ', add1, '\\n')\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # QUESTION 6...................................................\n        print('Question 6:')\n        print('Add ', numA&#91;5], 'to', numB&#91;5])\n\n        while True:\n            try:\n                add = int(input('What is the correct answer?'))\n                add1 = numA&#91;5] + numB&#91;5]\n\n                if add == add1:\n                    print('CORRECT!!!\\n')\n                else:\n                    print('WRONG!! The correct answer is: ', add1, '\\n')\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # QUESTION 7..................................................\n        print('Question 7:')\n        print('Add ', numA&#91;6], 'to', numB&#91;6])\n\n        while True:\n            try:\n                add = int(input('What is the correct answer?'))\n                add1 = numA&#91;6] + numB&#91;6]\n\n                if add == add1:\n                    print('CORRECT!!!\\n')\n                else:\n                    print('WRONG!! The correct answer is: ', add1, '\\n')\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # QUESTION 8,....................................................\n        print('Question 8:')\n        print('Add ', numA&#91;7], 'to', numB&#91;7])\n\n        while True:\n            try:\n                add = int(input('What is the correct answer?'))\n                add1 = numA&#91;7] + numB&#91;7]\n\n                if add == add1:\n                    print('CORRECT!!!\\n')\n                else:\n                    print('WRONG!! The correct answer is: ', add1, '\\n')\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # QUESTION 9........................................................\n        print('Question 9:')\n        print('Add ', numA&#91;8], 'to', numB&#91;8])\n\n        while True:\n            try:\n                add = int(input('What is the correct answer?'))\n                add1 = numA&#91;8] + numB&#91;8]\n\n                if add == add1:\n                    print('CORRECT!!!\\n')\n                else:\n                    print('WRONG!! The correct answer is: ', add1, '\\n')\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # QUESTION 10.........................................................\n        print('Question 10:')\n        print('Add ', numA&#91;9], 'to', numB&#91;9])\n\n        while True:\n            try:\n                add = int(input('What is the correct answer?'))\n                add1 = numA&#91;9] + numB&#91;9]\n\n                if add == add1:\n                    print('CORRECT!!!\\n')\n                else:\n                    print('WRONG!! The correct answer is: ', add1, '\\n')\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # QUESTION 11.............................................................\n        print('Question 11:')\n        print('Add ', numA&#91;10], 'to', numB&#91;10])\n\n        while True:\n            try:\n                add = int(input('What is the correct answer?'))\n                add1 = numA&#91;10] + numB&#91;10]\n\n                if add == add1:\n                    print('CORRECT!!!\\n')\n                else:\n                    print('WRONG!! The correct answer is: ', add1, '\\n')\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # QUESTION 12...............................................................\n        print('Question 12:')\n        print('Add ', numA&#91;11], 'to', numB&#91;11])\n\n        while True:\n            try:\n                add = int(input('What is the correct answer?'))\n                add1 = numA&#91;11] + numB&#91;11]\n\n                if add == add1:\n                    print('CORRECT!!!\\n')\n                else:\n                    print('WRONG!! The correct answer is: ', add1, '\\n')\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n    # Multiplication\n    while choice == 2:\n\n        # Question 1......................................................................\n        print('Question 1:')\n        print('Multiply', numA&#91;0], 'with', numB&#91;0])\n\n        while True:\n            try:\n                multip = int(input('What is the correct answer?'))\n                multip1 = numA&#91;0] * numB &#91;0]\n\n                if multip == multip1:\n                 print('CORRECT!!! \\n')\n                else:\n                    print('WRONG!! The correct answer is: ', multip1, '\\n')\n\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # Question 2......................................................................\n        print('Question 2:')\n        print('Multiply', numA&#91;1], 'with', numB&#91;1])\n\n        while True:\n            try:\n                multip = int(input('What is the correct answer?'))\n                multip1 = numA&#91;1] * numB &#91;1]\n\n                if multip == multip1:\n                 print('CORRECT!!! \\n')\n                else:\n                    print('WRONG!! The correct answer is: ', multip1, '\\n')\n\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # Question 3......................................................................\n        print('Question 3:')\n        print('Multiply', numA&#91;2], 'with', numB&#91;2])\n\n        while True:\n            try:\n                multip = int(input('What is the correct answer?'))\n                multip1 = numA&#91;2] * numB &#91;2]\n\n                if multip == multip1:\n                 print('CORRECT!!! \\n')\n                else:\n                    print('WRONG!! The correct answer is: ', multip1, '\\n')\n\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # Question 4......................................................................\n        print('Question 4:')\n        print('Multiply', numA&#91;3], 'with', numB&#91;3])\n\n        while True:\n            try:\n                multip = int(input('What is the correct answer?'))\n                multip1 = numA&#91;3] * numB &#91;3]\n\n                if multip == multip1:\n                 print('CORRECT!!! \\n')\n                else:\n                    print('WRONG!! The correct answer is: ', multip1, '\\n')\n\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # Question 5......................................................................\n        print('Question 5:')\n        print('Multiply', numA&#91;4], 'with', numB&#91;4])\n\n        while True:\n            try:\n                multip = int(input('What is the correct answer?'))\n                multip1 = numA&#91;4] * numB &#91;4]\n\n                if multip == multip1:\n                 print('CORRECT!!! \\n')\n                else:\n                    print('WRONG!! The correct answer is: ', multip1, '\\n')\n\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # Question 6......................................................................\n        print('Question 6:')\n        print('Multiply', numA&#91;5], 'with', numB&#91;5])\n\n        while True:\n            try:\n                multip = int(input('What is the correct answer?'))\n                multip1 = numA&#91;5] * numB &#91;5]\n\n                if multip == multip1:\n                 print('CORRECT!!! \\n')\n                else:\n                    print('WRONG!! The correct answer is: ', multip1, '\\n')\n\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # Question 7......................................................................\n        print('Question 7:')\n        print('Multiply', numA&#91;6], 'with', numB&#91;6])\n\n        while True:\n            try:\n                multip = int(input('What is the correct answer?'))\n                multip1 = numA&#91;6] * numB &#91;6]\n\n                if multip == multip1:\n                 print('CORRECT!!! \\n')\n                else:\n                    print('WRONG!! The correct answer is: ', multip1, '\\n')\n\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # Question 8......................................................................\n        print('Question 8:')\n        print('Multiply', numA&#91;7], 'with', numB&#91;7])\n\n        while True:\n            try:\n                multip = int(input('What is the correct answer?'))\n                multip1 = numA&#91;7] * numB &#91;7]\n\n                if multip == multip1:\n                 print('CORRECT!!! \\n')\n                else:\n                    print('WRONG!! The correct answer is: ', multip1, '\\n')\n\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # Question 9......................................................................\n        print('Question 9:')\n        print('Multiply', numA&#91;8], 'with', numB&#91;8])\n\n        while True:\n            try:\n                multip = int(input('What is the correct answer?'))\n                multip1 = numA&#91;8] * numB &#91;8]\n\n                if multip == multip1:\n                 print('CORRECT!!! \\n')\n                else:\n                    print('WRONG!! The correct answer is: ', multip1, '\\n')\n\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # Question 10......................................................................\n        print('Question 10:')\n        print('Multiply', numA&#91;9], 'with', numB&#91;9])\n\n        while True:\n            try:\n                multip = int(input('What is the correct answer?'))\n                multip1 = numA&#91;9] * numB &#91;9]\n\n                if multip == multip1:\n                 print('CORRECT!!! \\n')\n                else:\n                    print('WRONG!! The correct answer is: ', multip1, '\\n')\n\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # Question 11......................................................................\n        print('Question 11:')\n        print('Multiply', numA&#91;10], 'with', numB&#91;10])\n\n        while True:\n            try:\n                multip = int(input('What is the correct answer?'))\n                multip1 = numA&#91;10] * numB &#91;10]\n\n                if multip == multip1:\n                 print('CORRECT!!! \\n')\n                else:\n                    print('WRONG!! The correct answer is: ', multip1, '\\n')\n\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\n        # Question 12......................................................................\n        print('Question 12:')\n        print('Multiply', numA&#91;11], 'with', numB&#91;11])\n\n        while True:\n            try:\n                multip = int(input('What is the correct answer?'))\n                multip1 = numA&#91;11] * numB &#91;11]\n\n                if multip == multip1:\n                 print('CORRECT!!! \\n')\n                else:\n                    print('WRONG!! The correct answer is: ', multip1, '\\n')\n\n            except Exception:\n                print('Enter numbers only\\n')\n            else:\n                break\n\nexcept Exception:\n    print(\"Select either 1 or 2\")\n\nelse:\n    break<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>numA = [4, 1, 6, 10, 2, 3, 7, 9, 11, 12, 5, 8]numB = [2, 12, 10, 11, 1, 3, 7, 9, 4, 8, 5, 6] choices = (&#8220;ADD&#8221;, &#8220;MULTIPLY&#8221;) while True:try:choice = int(input(&#8216;Enter: \\n 1 for Adding\\n 2 for Multiplying&#8217;))<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-719","post","type-post","status-publish","format-standard","hentry","category-computer-science"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Math Tutor Program with Error Handling<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/eliteacademicessays.com\/free-essay-examples\/math-tutor-program-with-error-handling\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Math Tutor Program with Error Handling\" \/>\n<meta property=\"og:description\" content=\"numA = [4, 1, 6, 10, 2, 3, 7, 9, 11, 12, 5, 8]numB = [2, 12, 10, 11, 1, 3, 7, 9, 4, 8, 5, 6] choices = (&#8220;ADD&#8221;, &#8220;MULTIPLY&#8221;) while True:try:choice = int(input(&#8216;Enter: n 1 for Addingn 2 for Multiplying&#8217;))\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eliteacademicessays.com\/free-essay-examples\/math-tutor-program-with-error-handling\/\" \/>\n<meta property=\"og:site_name\" content=\"Elite Academic Essays\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-22T04:28:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-22T04:28:12+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eliteacademicessays.com\/free-essay-examples\/math-tutor-program-with-error-handling\/\",\"url\":\"https:\/\/eliteacademicessays.com\/free-essay-examples\/math-tutor-program-with-error-handling\/\",\"name\":\"Math Tutor Program with Error Handling\",\"isPartOf\":{\"@id\":\"https:\/\/eliteacademicessays.com\/free-essay-examples\/#website\"},\"datePublished\":\"2024-03-22T04:28:11+00:00\",\"dateModified\":\"2024-03-22T04:28:12+00:00\",\"author\":{\"@id\":\"https:\/\/eliteacademicessays.com\/free-essay-examples\/#\/schema\/person\/256780ad1a5081f4199fbd4a44fcbbf6\"},\"breadcrumb\":{\"@id\":\"https:\/\/eliteacademicessays.com\/free-essay-examples\/math-tutor-program-with-error-handling\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eliteacademicessays.com\/free-essay-examples\/math-tutor-program-with-error-handling\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eliteacademicessays.com\/free-essay-examples\/math-tutor-program-with-error-handling\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eliteacademicessays.com\/free-essay-examples\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Math Tutor Program with Error Handling\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eliteacademicessays.com\/free-essay-examples\/#website\",\"url\":\"https:\/\/eliteacademicessays.com\/free-essay-examples\/\",\"name\":\"Elite Academic Essays\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eliteacademicessays.com\/free-essay-examples\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/eliteacademicessays.com\/free-essay-examples\/#\/schema\/person\/256780ad1a5081f4199fbd4a44fcbbf6\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eliteacademicessays.com\/free-essay-examples\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3faec23216fe4b8e2018c3c2b27ab75392475f5963e00639b29c4fe05335b2f6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3faec23216fe4b8e2018c3c2b27ab75392475f5963e00639b29c4fe05335b2f6?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/eliteacademicessays.com\/free-essay-examples\"],\"url\":\"https:\/\/eliteacademicessays.com\/free-essay-examples\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Math Tutor Program with Error Handling","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/eliteacademicessays.com\/free-essay-examples\/math-tutor-program-with-error-handling\/","og_locale":"en_US","og_type":"article","og_title":"Math Tutor Program with Error Handling","og_description":"numA = [4, 1, 6, 10, 2, 3, 7, 9, 11, 12, 5, 8]numB = [2, 12, 10, 11, 1, 3, 7, 9, 4, 8, 5, 6] choices = (&#8220;ADD&#8221;, &#8220;MULTIPLY&#8221;) while True:try:choice = int(input(&#8216;Enter: n 1 for Addingn 2 for Multiplying&#8217;))","og_url":"https:\/\/eliteacademicessays.com\/free-essay-examples\/math-tutor-program-with-error-handling\/","og_site_name":"Elite Academic Essays","article_published_time":"2024-03-22T04:28:11+00:00","article_modified_time":"2024-03-22T04:28:12+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/eliteacademicessays.com\/free-essay-examples\/math-tutor-program-with-error-handling\/","url":"https:\/\/eliteacademicessays.com\/free-essay-examples\/math-tutor-program-with-error-handling\/","name":"Math Tutor Program with Error Handling","isPartOf":{"@id":"https:\/\/eliteacademicessays.com\/free-essay-examples\/#website"},"datePublished":"2024-03-22T04:28:11+00:00","dateModified":"2024-03-22T04:28:12+00:00","author":{"@id":"https:\/\/eliteacademicessays.com\/free-essay-examples\/#\/schema\/person\/256780ad1a5081f4199fbd4a44fcbbf6"},"breadcrumb":{"@id":"https:\/\/eliteacademicessays.com\/free-essay-examples\/math-tutor-program-with-error-handling\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eliteacademicessays.com\/free-essay-examples\/math-tutor-program-with-error-handling\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/eliteacademicessays.com\/free-essay-examples\/math-tutor-program-with-error-handling\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eliteacademicessays.com\/free-essay-examples\/"},{"@type":"ListItem","position":2,"name":"Math Tutor Program with Error Handling"}]},{"@type":"WebSite","@id":"https:\/\/eliteacademicessays.com\/free-essay-examples\/#website","url":"https:\/\/eliteacademicessays.com\/free-essay-examples\/","name":"Elite Academic Essays","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eliteacademicessays.com\/free-essay-examples\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/eliteacademicessays.com\/free-essay-examples\/#\/schema\/person\/256780ad1a5081f4199fbd4a44fcbbf6","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eliteacademicessays.com\/free-essay-examples\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3faec23216fe4b8e2018c3c2b27ab75392475f5963e00639b29c4fe05335b2f6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3faec23216fe4b8e2018c3c2b27ab75392475f5963e00639b29c4fe05335b2f6?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/eliteacademicessays.com\/free-essay-examples"],"url":"https:\/\/eliteacademicessays.com\/free-essay-examples\/author\/admin\/"}]}},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/eliteacademicessays.com\/free-essay-examples\/wp-json\/wp\/v2\/posts\/719","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eliteacademicessays.com\/free-essay-examples\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eliteacademicessays.com\/free-essay-examples\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eliteacademicessays.com\/free-essay-examples\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eliteacademicessays.com\/free-essay-examples\/wp-json\/wp\/v2\/comments?post=719"}],"version-history":[{"count":1,"href":"https:\/\/eliteacademicessays.com\/free-essay-examples\/wp-json\/wp\/v2\/posts\/719\/revisions"}],"predecessor-version":[{"id":720,"href":"https:\/\/eliteacademicessays.com\/free-essay-examples\/wp-json\/wp\/v2\/posts\/719\/revisions\/720"}],"wp:attachment":[{"href":"https:\/\/eliteacademicessays.com\/free-essay-examples\/wp-json\/wp\/v2\/media?parent=719"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eliteacademicessays.com\/free-essay-examples\/wp-json\/wp\/v2\/categories?post=719"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eliteacademicessays.com\/free-essay-examples\/wp-json\/wp\/v2\/tags?post=719"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}