1##Taking examples of two python lists.23##Take examples of two lists.45list1 = [2,4,0,7,6]
6list2 = [1,0,9,7,6]
78##the statement for condition is.910check = any(element in list2 for element in list1)
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content