Calliope coding logo up and down

input.onGesture(Gesture.LogoUp, () ⇒ {

  basic.showLeds(`
      # # # # #
      # # # # #
      # # # # #
      # # # # #
      # # # # #
      `)

}) input.onGesture(Gesture.LogoDown, () ⇒ {

  basic.showLeds(`
      . . . . #
      . . . # .
      . . # . .
      . # . . .
      # . . . .
      `)

}) input.onGesture(Gesture.ThreeG, () ⇒ {

})