Next, you must set the GPIO numbering mode like this:

GPIO.setmode(GPIO.BOARD)


Now, set pin 11 as an output

Drag the proper command from the right into the rectangle:


Set servo1 as pin 11 as PWM like this:

servo1 = GPIO.PWM(11,50) # Note 11 is pin, 50 = 50Hz pulse