Micro:bit MicroPython: Deleting a file from the file system

In this tutorial we will check how to delete a file from the micro:bit file system, using MicroPython. Introduction In this tutorial we will check how to delete a file from the micro:bit file system, using MicroPython. For an introductory tutorial on how to write a file to the file system, please check here. The …