Using name of strings in different functions

后端 未结 3 1355
旧巷少年郎
旧巷少年郎 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条回答
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题