While using map function to iterate a variable I found that map function returns a iterable object. I tried to create a class and then a object which is iterable. But everytime it returns a uniterable object.
While using map function to iterate a variable I found that map function returns a iterable object. I tried to create a class and then a object which is iterable. But everytime it returns a uniterable object.