Created
July 29, 2012 07:45
-
-
Save deostroll/3196544 to your computer and use it in GitHub Desktop.
python import example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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