I need to use movies_list from the first function in the second. How do I do that?
movies_list
def movie(): movies_list = [movie.strip() for movie in movies
put the two functions in a class, and make movies_list a class variable.