How can i create an object which is iterable

Viewed 10

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.

0 Answers
Related