Iterating over a tuple

We can iterate over it using a for-loop:

>>> for item in t:
>>> print(item)
Norway
4.953
3
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset