Access To Document
Python Code for Speaking
# Imports go at the top
from microbit import *
import speech
while True:
if button_a.is_pressed():
speech.say("Hello I am Mavvrick", speed=65, pitch=65, throat=10)
elif button_b.is_pressed():
speech.pronounce("GUHDBAY")