Skip to content

Instantly share code, notes, and snippets.

@mkfsn
Created November 6, 2018 02:42
Show Gist options
  • Save mkfsn/0fda3d50e7613fae5e4f3d79c50a9dcb to your computer and use it in GitHub Desktop.
Save mkfsn/0fda3d50e7613fae5e4f3d79c50a9dcb to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3.7
import platform
print('hello world')
print("I'm using python", platform.python_version())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment