Python Notes Dec 16, 2022 • 1 min read Week-16 Explanations Notes on if Destroyer[2] == "h": Destroyer = [] input(row, col, orientation) ==> Destroyer print Destroyer => [row, col, orientation] Destroyer[0, 1, 2] Destroyer[2] = orientation Notes on for i in range(DestroyerSize):