Project- Removing dead code in Python with Vulture

2 / 7

Create a project directory

In this step, we will create a project directory where we will create a virtual environment to install Vulture, and write out sample code.

INSTRUCTIONS
  • Go to the root directory (in case you are not)

    cd ~
    
  • Create a project directory named Vulture-Example using the mkdir command

    mkdir Vulture-Example
    
  • Change to the directory

    cd Vulture-Example
    
See Answer

No hints are availble for this assesment


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...