Design and implement a toy simulation of a cloud file storage system using only the standard library of your chosen programming language (Python strongly recommended). The problem is divided into 4 progressively harder levels, each building on the previous: - Level 1: Basic file operations — add, copy, and read…