Instantly share code, notes, and snippets.
>>> import sys, os, platform >>> sys.platform 'emscripten' >>> os.name 'posix'