 Code in the CMS is sensible, so this is a bug in our handling of the imports: ```python from microbit import * import music display.scroll('score', delay=100, loop=True, wait=False) music.play(music.ODE) ``` Should be easy to repro in a unit test.