Answer a question I have the following dictionary on python: dictionary = { 'key1': 1, 'sub_dict': {'key2': 0}, } When I run mypy on the ...
確定! 回上一頁