hello-cwd.py 94 B

12345
  1. #!/usr/bin/env python3
  2. # Copyright 2009-2017 BHG http://bw.org/
  3. import os
  4. print(os.getcwd())