platform.python_version() specifically returns the Python interpreter's version string.
platform.processor() provides CPU information.
platform.uname() gives general system details.
platform.version() returns the operating system's version, not Python's.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Abbribas
1 week, 6 days ago