When handling data in Python, 'lists' are extremely convenient. However, what would happen if a list contained '100 million' items? Your PC's memory would fill up, the program would slow down, or in ...