Created
October 4, 2013 14:16
-
-
Save kaydell/6826647 to your computer and use it in GitHub Desktop.
Demonstration #1 of Using the Version of Python That Comes With Mac OS X
This file contains 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
#!/usr/bin/env python | |
import sys | |
print(sys.version_info) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment