Exemple #1
0
def dancing_light():
    say_affirmative()
    play('Chad_Crouch_Algorithms.wav')
    dance_light()
Exemple #2
0
def lights_lights_off():
    say_affirmative()
    bulb_turn_off()
Exemple #3
0
def lights_color_blue():
    say_affirmative()
    bulb_color_blue()
Exemple #4
0
def lights_bright_100():
    say_affirmative()
    bulb_brightness_100()
Exemple #5
0
def lights_lights_yellow():
    say_affirmative()
    bulb_color_yellow()
Exemple #6
0
def lights_lights_red():
    say_affirmative()
    bulb_color_red()
Exemple #7
0
def count_down():
    say_affirmative()
    play('countdown.wav')
Exemple #8
0
def turn_off_plug_2():
    say_affirmative()
    off_plug_2()
    say('done')
Exemple #9
0
def lights_color_lime():
    say_affirmative()
    bulb_color_lime()
Exemple #10
0
def lights_color_white():
    say_affirmative()
    bulb_color_white()
Exemple #11
0
def lights_color_pink():
    say_affirmative()
    bulb_color_pink()
Exemple #12
0
def light_color_purple():
    say_affirmative()
    bulb_color_purple()
Exemple #13
0
def lights_color_green():
    say_affirmative()
    bulb_color_green()