from machine import Pin;import utime
led,buzzer,listt=Pin(22,Pin.OUT),Pin(15,Pin.OUT),[[1,1],[0,1],[1,1],[0,1],[1,1],[0,2],[1,3],[0,1],[1,3],[0,1],[1,3],[0,2]]
while True: [(led.value(v), buzzer.value(v+2), utime.sleep(t)) for v,t in listt]from machine import Pin;import utime
led,buzzer,listt=Pin(22,Pin.OUT),Pin(15,Pin.OUT),[[1,1],[0,1],[1,1],[0,1],[1,1],[0,2],[1,3],[0,1],[1,3],[0,1],[1,3],[0,2]]
while True: [(led.value(v), buzzer.value(v+2), utime.sleep(t)) for v,t in listt]