Skip to content

Instantly share code, notes, and snippets.

@Everfighting
Created October 23, 2020 01:24
Show Gist options
  • Save Everfighting/22550bf8fb4ebe2ed14496690fdc04aa to your computer and use it in GitHub Desktop.
Save Everfighting/22550bf8fb4ebe2ed14496690fdc04aa to your computer and use it in GitHub Desktop.
from sys import platform
if platform == "linux" or platform == "linux2":
# linux
elif platform == "darwin":
# OS X
elif platform == "win32":
# Windows...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment