What are the possible return values from the following command?
import platform
print platform.system()
I've seen the SO question here, which is not the same question. And I've looked at the docs here but they only list: 'Linux', 'Windows', or 'Java'. What else is there? Do macs return "Mac"?