from microbit import *
import speech
speech.say("Hello, World")
speech.say("I am a boy", speed=200, pitch=100, throat=100, mouth=200)
Copyright ⓒ TECH79 All right reserved