Skip to content

Instantly share code, notes, and snippets.

@deostroll
Created July 29, 2012 07:45
Show Gist options
  • Select an option

  • Save deostroll/3196544 to your computer and use it in GitHub Desktop.

Select an option

Save deostroll/3196544 to your computer and use it in GitHub Desktop.
python import example
Python 2.7.3 (default, Apr 20 2012, 22:44:07)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.getcwd()
'/home/deostroll'
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment