Goal: Press any button to have the micro:bit say() something to you.
say()
Success Criteria:
Instruction:
m1.waitForButtonPress() will make the program wait until you press any button.
m1.waitForButtonPress()
Task: