First of all, sorry for this stupid question.
I want to receive OS version for Mac by python command. Awaiting for output like this:
MacOS Sierra (mine) version 10.12.6
Version is the main goal.
I already tried to use platform and os modules, but not succeed.
Thank you!
EDIT:
It can be executable by os.system('sw_vers')