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):