return '' doesn't have the type List . List means List[Any] , you should use List[str] . Your variable names are garbage.
確定! 回上一頁