Create a Python 3 program to help us organize the files in the current folder. The program will have a list with program extensions (it should work with any).When the program is executed, for each extension, it will move all the files with that extension to a folder with that name.For example, with list = ["png", "mp4", "doc"], the program would move all files with the extension ".png" from the current folder into a folder named "png". Same with the ".mp4" files in the"mp4" folder and ".doc" files with the "doc" folder.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here