code to control arduino with laptop

hi, i was wondering if anyone knew what code i can use to control my arduino uno with my laptop keys, im trying to control three servos

The Serial monitor.

Mark

You can write a PC program in any language you like which can send data to the Arduino over the USB cable.

The demos here and here show how it can be done with Python.

...R