Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

def inter _ unique ( lst 1 , lst 2 ) : 1 . . inter _ unique ( [ 3 , 5

def inter_unique(lst1, lst2):
"1.".
inter_unique ([3,5,7,6],[3,3,3,3])
[]
inter_unique ([3,5,7,6],[-4,0,22,6,5,3])
3,5,6
inter_unique ([3,5,7,6],[-4,0,22,6,5,3,3,3])
5,6
inter_unique ([3,5,7,6],[-14,10,56])
[]
#--- YOUR CODE STARTS HERE
passou may use the built-in method count()
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions