I was trying to write a membership testing function in python using a list and a number. But it's not yielding the desired result. I am expecting to get True or False, but it shows 'None'. Any suggestions will be appreciated. Thanks.I was trying to write a membership testing func