Skip to content

Instantly share code, notes, and snippets.

@satishgoda
Created February 19, 2017 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satishgoda/c88177874c8ffaba28ea6659a9b79696 to your computer and use it in GitHub Desktop.
Save satishgoda/c88177874c8ffaba28ea6659a9b79696 to your computer and use it in GitHub Desktop.
import sys
pyversion = sys.version
pyexecutable = sys.executable
print(f"""You are using \n\tPython {pyversion} \nIt is located at \n\t{pyexecutable}""")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment