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