Python

Get working directory in Python

Get and display current working directory in Python

directoryfolder

Interactive recipe

You can use below interactive recipe to generate code. This recipe is available in MLJAR Studio.

Python code

# Python code will be here

Code explanation

  1. Get current working directory.
  2. Display its value.