Error scripting message

Can somebody please tell me whats wrong here?

This error message pops-up every time I attache my script to my object:
[35365-skærmbillede+2014-11-16+kl.+22.07.49.png|35365]

And I have already made that symbol in my coding:

[35366-skærmbillede+2014-11-16+kl.+22.10.22.png|35366]

Line 16 should be:

input = new Vector3(Input.GetAxis("Horizontal"), 0, Input.GetAxis("Vertical"));

Note I changed ‘Input’ to ‘input’ and removed two ‘)’. For every ‘(’ there should be a matching ‘)’.

For future questions, please don’t include the code as an image. Insert the code as text, select the code, and use the 101/010 button.