{"id":10104,"date":"2020-11-20T09:26:47","date_gmt":"2020-11-20T09:26:47","guid":{"rendered":"http:\/\/onlineclassesguru.com\/?p=10104"},"modified":"2020-11-20T09:26:47","modified_gmt":"2020-11-20T09:26:47","slug":"the-function-remove_negativelst-to-remove-the-negative-elements-and-return-the-positive","status":"publish","type":"post","link":"https:\/\/onlineclassesguru.com\/index.php\/2020\/11\/20\/the-function-remove_negativelst-to-remove-the-negative-elements-and-return-the-positive\/","title":{"rendered":"the function remove_negative(Lst) to remove the negative elements and return the positive"},"content":{"rendered":"<style type=\"text\/css\"><\/style><p>A. Write the function remove_negative(Lst) to remove the negative elements and return the<\/p>\n<p>&nbsp;<\/p>\n<p>positive elements from a list.<\/p>\n<p>Example:<\/p>\n<p>Lst = [-1, 0,2,-4,12]<\/p>\n<p>#Should return list with positive elements<\/p>\n<p>Lst = [ 0,2,12]<\/p>\n<p>B. Write a program to duplicate all the elements of a list.<\/p>\n<p>Example:<\/p>\n<p>Lst=[1,2,3]<\/p>\n<p>#Should return<\/p>\n<p>Lst=[1,1,2,2,3,3]<\/p>\n<p>C. Write a program to check if an element of a list is a prime number. If it is prime, return True<\/p>\n<p>or else return False.<\/p>\n<p>Example:<\/p>\n<p>List1=[3,17,9,2,4,8]<\/p>\n<p>#Should display<\/p>\n<p>Lsit1=[True, True, False, False, False, False]<\/p>\n<p>D. Write the function remove_fi rst_last(list) to remove the fi rst and last element from a list.<\/p>\n<p>Example:<\/p>\n<p>List1=[10,20,30,40,50]<\/p>\n<p>removeFirstAndLast(Lis1)<\/p>\n<p>#should return<\/p>\n<p>[20, 30, 40]<\/p>\n<p>E. Write a function Extract_Even(List) to return all even numbers from a list.<\/p>\n<p>Example:<\/p>\n<p>List1=[1,2,3,4,5,6]<\/p>\n<p>Extract_Even(List1)<\/p>\n<p>#should return\u00a0 [2,4,6]<\/p>\n<p><center><a href=\"http:\/\/onlineclassesguru.com\/orders\/ordernow\"><img decoding=\"async\" src=\"https:\/\/encrypted-tbn0.gstatic.com\/images?q=tbn:ANd9GcTyj99p60XCLyLk1htB7-1neRt8-2QdnenNlQ&usqp=CAU\"target=\"_http:\/\/onlineclassesguru.com\/orders\/ordernow\"\/><\/center><p>","protected":false},"excerpt":{"rendered":"<p>A. Write the function remove_negative(Lst) to remove the negative elements and return the &nbsp; positive elements from a list. Example: Lst = [-1, 0,2,-4,12] #Should return list with positive elements Lst = [ 0,2,12] B. Write a program to duplicate all the elements of a list. Example: Lst=[1,2,3] #Should return Lst=[1,1,2,2,3,3] C. Write a program&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-10104","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>the function remove_negative(Lst) to remove the negative elements and return the positive - onlineclassesguru<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/onlineclassesguru.com\/index.php\/2020\/11\/20\/the-function-remove_negativelst-to-remove-the-negative-elements-and-return-the-positive\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"the function remove_negative(Lst) to remove the negative elements and return the positive - onlineclassesguru\" \/>\n<meta property=\"og:description\" content=\"A. Write the function remove_negative(Lst) to remove the negative elements and return the &nbsp; positive elements from a list. Example: Lst = [-1, 0,2,-4,12] #Should return list with positive elements Lst = [ 0,2,12] B. Write a program to duplicate all the elements of a list. Example: Lst=[1,2,3] #Should return Lst=[1,1,2,2,3,3] C. Write a program...\" \/>\n<meta property=\"og:url\" content=\"http:\/\/onlineclassesguru.com\/index.php\/2020\/11\/20\/the-function-remove_negativelst-to-remove-the-negative-elements-and-return-the-positive\/\" \/>\n<meta property=\"og:site_name\" content=\"onlineclassesguru\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-20T09:26:47+00:00\" \/>\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_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\":\"WebSite\",\"@id\":\"https:\/\/onlineclassesguru.com\/#website\",\"url\":\"https:\/\/onlineclassesguru.com\/\",\"name\":\"onlineclassesguru\",\"description\":\"Cheap Professional coursework and reaction papers help\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineclassesguru.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/onlineclassesguru.com\/index.php\/2020\/11\/20\/the-function-remove_negativelst-to-remove-the-negative-elements-and-return-the-positive\/#webpage\",\"url\":\"http:\/\/onlineclassesguru.com\/index.php\/2020\/11\/20\/the-function-remove_negativelst-to-remove-the-negative-elements-and-return-the-positive\/\",\"name\":\"the function remove_negative(Lst) to remove the negative elements and return the positive - onlineclassesguru\",\"isPartOf\":{\"@id\":\"https:\/\/onlineclassesguru.com\/#website\"},\"datePublished\":\"2020-11-20T09:26:47+00:00\",\"dateModified\":\"2020-11-20T09:26:47+00:00\",\"author\":{\"@id\":\"https:\/\/onlineclassesguru.com\/#\/schema\/person\/1831fa4d28e47b468621cf27932f5742\"},\"breadcrumb\":{\"@id\":\"http:\/\/onlineclassesguru.com\/index.php\/2020\/11\/20\/the-function-remove_negativelst-to-remove-the-negative-elements-and-return-the-positive\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/onlineclassesguru.com\/index.php\/2020\/11\/20\/the-function-remove_negativelst-to-remove-the-negative-elements-and-return-the-positive\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/onlineclassesguru.com\/index.php\/2020\/11\/20\/the-function-remove_negativelst-to-remove-the-negative-elements-and-return-the-positive\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineclassesguru.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"the function remove_negative(Lst) to remove the negative elements and return the positive\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineclassesguru.com\/#\/schema\/person\/1831fa4d28e47b468621cf27932f5742\",\"name\":\"admin_admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/onlineclassesguru.com\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/429c8d043f7a770af242b0031e8b9f2b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/429c8d043f7a770af242b0031e8b9f2b?s=96&d=mm&r=g\",\"caption\":\"admin_admin\"},\"url\":\"https:\/\/onlineclassesguru.com\/index.php\/author\/admin_admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"the function remove_negative(Lst) to remove the negative elements and return the positive - onlineclassesguru","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":"http:\/\/onlineclassesguru.com\/index.php\/2020\/11\/20\/the-function-remove_negativelst-to-remove-the-negative-elements-and-return-the-positive\/","og_locale":"en_US","og_type":"article","og_title":"the function remove_negative(Lst) to remove the negative elements and return the positive - onlineclassesguru","og_description":"A. Write the function remove_negative(Lst) to remove the negative elements and return the &nbsp; positive elements from a list. Example: Lst = [-1, 0,2,-4,12] #Should return list with positive elements Lst = [ 0,2,12] B. Write a program to duplicate all the elements of a list. Example: Lst=[1,2,3] #Should return Lst=[1,1,2,2,3,3] C. Write a program...","og_url":"http:\/\/onlineclassesguru.com\/index.php\/2020\/11\/20\/the-function-remove_negativelst-to-remove-the-negative-elements-and-return-the-positive\/","og_site_name":"onlineclassesguru","article_published_time":"2020-11-20T09:26:47+00:00","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin_admin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/onlineclassesguru.com\/#website","url":"https:\/\/onlineclassesguru.com\/","name":"onlineclassesguru","description":"Cheap Professional coursework and reaction papers help","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineclassesguru.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"http:\/\/onlineclassesguru.com\/index.php\/2020\/11\/20\/the-function-remove_negativelst-to-remove-the-negative-elements-and-return-the-positive\/#webpage","url":"http:\/\/onlineclassesguru.com\/index.php\/2020\/11\/20\/the-function-remove_negativelst-to-remove-the-negative-elements-and-return-the-positive\/","name":"the function remove_negative(Lst) to remove the negative elements and return the positive - onlineclassesguru","isPartOf":{"@id":"https:\/\/onlineclassesguru.com\/#website"},"datePublished":"2020-11-20T09:26:47+00:00","dateModified":"2020-11-20T09:26:47+00:00","author":{"@id":"https:\/\/onlineclassesguru.com\/#\/schema\/person\/1831fa4d28e47b468621cf27932f5742"},"breadcrumb":{"@id":"http:\/\/onlineclassesguru.com\/index.php\/2020\/11\/20\/the-function-remove_negativelst-to-remove-the-negative-elements-and-return-the-positive\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/onlineclassesguru.com\/index.php\/2020\/11\/20\/the-function-remove_negativelst-to-remove-the-negative-elements-and-return-the-positive\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/onlineclassesguru.com\/index.php\/2020\/11\/20\/the-function-remove_negativelst-to-remove-the-negative-elements-and-return-the-positive\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineclassesguru.com\/"},{"@type":"ListItem","position":2,"name":"the function remove_negative(Lst) to remove the negative elements and return the positive"}]},{"@type":"Person","@id":"https:\/\/onlineclassesguru.com\/#\/schema\/person\/1831fa4d28e47b468621cf27932f5742","name":"admin_admin","image":{"@type":"ImageObject","@id":"https:\/\/onlineclassesguru.com\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/429c8d043f7a770af242b0031e8b9f2b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/429c8d043f7a770af242b0031e8b9f2b?s=96&d=mm&r=g","caption":"admin_admin"},"url":"https:\/\/onlineclassesguru.com\/index.php\/author\/admin_admin\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineclassesguru.com\/index.php\/wp-json\/wp\/v2\/posts\/10104"}],"collection":[{"href":"https:\/\/onlineclassesguru.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineclassesguru.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineclassesguru.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineclassesguru.com\/index.php\/wp-json\/wp\/v2\/comments?post=10104"}],"version-history":[{"count":1,"href":"https:\/\/onlineclassesguru.com\/index.php\/wp-json\/wp\/v2\/posts\/10104\/revisions"}],"predecessor-version":[{"id":10105,"href":"https:\/\/onlineclassesguru.com\/index.php\/wp-json\/wp\/v2\/posts\/10104\/revisions\/10105"}],"wp:attachment":[{"href":"https:\/\/onlineclassesguru.com\/index.php\/wp-json\/wp\/v2\/media?parent=10104"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineclassesguru.com\/index.php\/wp-json\/wp\/v2\/categories?post=10104"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineclassesguru.com\/index.php\/wp-json\/wp\/v2\/tags?post=10104"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}