what does the expression do
my_tuple=(0,1,2,3,4,5)
foo=list(filter(lambda x:x-0 and x-1, my_tuple))
print(foo)
what output to be expected from about equation
what does the expression do
my_tuple=(0,1,2,3,4,5)
foo=list(filter(lambda x:x-0 and x-1, my_tuple))
print(foo)
what output to be expected from about equation
what does the expression do
my_tuple=(0,1,2,3,4,5)
foo=list(filter(lambda x:x-0 and x-1, my_tuple))
print(foo)
what output to be expected from about equation
what does the expression do
my_tuple=(0,1,2,3,4,5)
foo=list(filter(lambda x:x-0 and x-1, my_tuple))
print(foo)
what output to be expected from about equation
user26230692 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.