Skip to content

Instantly share code, notes, and snippets.

@PythonDotLand
Created August 10, 2021 19:52
Show Gist options
  • Select an option

  • Save PythonDotLand/4c4c2009954388c3cbd55ceef44cfb9c to your computer and use it in GitHub Desktop.

Select an option

Save PythonDotLand/4c4c2009954388c3cbd55ceef44cfb9c to your computer and use it in GitHub Desktop.
import os
try:
working_dir = os.getcdw()
print(working_dir)
except:
print('error')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment