Can the index values of lists change (without intentionally modifying them?)

后端 未结 0 722
名媛妹妹
名媛妹妹 2021-01-14 16:42

I kept getting the error below:

from typing import List
def flipAndInvertImage(A:List[int])->List[List[int]]:
    for i in range (len(A)):
        for j in         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题