# turn your microbit into a ticklish talking darlek
# connect a speaker to pins 0 and 1
from microbit import *
import speech
import random
# add your own messages to this list
messages = ["Leave me alone", "Oooh, that tickles", "Exterminate", "Ho ho ho", "Stop it", "I'll get you for that", "He he he", "Please. No more tickles"]
# loop forever
while True:
# show a happy face until you press A to tickle it