Step 5 – using seconds
The micro:bit uses seconds. That's fine, but it's easier for us to think in seconds.
It's easy to convert to seconds. We just need to divide the time by 1000.
To divide, Python uses the slash key. This is on the number keypad on the right of your keyboard.
That's the program done. Can you think of any other ways to use time with the micro:bit?