""" Practice coding some given algorithms.
Review lists, for-loops, recursion.
Practice coding, don't worry about the sorting algorithms!
"""

#         0   1   2    3    4    5   6   7
budget= [65,  5,  28, 23.6, 85, 35, 80, 65]
tomatoe= [75, 66, 62, 89,   89,  3, 26, 82]
title= ['Zathura', 'Zero Effect', 'Zoolander', 'Zombieland',
'Zodiac', 'Zoom', 'The Legend of Zorro', 'The Mask of Zorro']
