Typo in TensorFlow Implementation - Building a neural network

I think the syntax on the right hand side:

x = np.array( [ [200.0, 17.0], [120.0, 5.0], [425.0, 20.0], [212.0, 18.0] ] )

It is missing one close bracket on the right

Update:

I think there is another close parenthesis missing in the end, where the arrow is pointing

Thank you @LeiT for letting us know.