Start PWM running with an initial value of 0 (pulse off)


Wait for two seconds:

print ("Waiting for 2 seconds")

time.sleep(2)


Next, you will write the code to move the servo!