'python get sys.platform values

i am interested in the list of values that sys.platform returns. i came across this answer, but the list was given without any reference to see that it is indeed correct.

  1. where there is list of all possible (or most common) values returned by sys.platform?
  2. is there any was to get that list programmatically?


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source