tag: nested if statement

  • Creating a file organizer based on file extension using Python3

    Creating a file organizer based on file extension using Python3

    Maria D. Campbell

    In this post, I show how I organized different file types in directories created based on their extension names in Python.

    #linux, #python3, #modularization, #file organization, #raw string, #f string literal, #for in loop, #if statement, #nested for loop, #nested if statement, #python module