Using name of strings in different functions

后端 未结 3 1348
旧巷少年郎
旧巷少年郎 2021-01-24 22:57

I need to use movies_list from the first function in the second. How do I do that?

def movie():
    movies_list = [movie.strip() for movie in movies         


        
3条回答
提交回复
热议问题