TypeError: 'type' object is not subscriptable. Python 3.9 allows for list[str] . Earlier you had to import List from typing and do ...
確定! 回上一頁