My code isn't working, can someone please help

What character is that supposed to be?

Note: You should use the modern:
pinMode(Key3, INPUT_PULLUP);
instead of the archaic:

  pinMode(Key3, INPUT);
  digitalWrite(Key3, HIGH);