Answer D is correct. platform.platform()
code:
import platform
print(platform.processor())
print(platform.uname())
print(platform.python_version())
print(platform.platform())
output:
Intel64 Family 6 Model 140 Stepping 1, GenuineIntel
uname_result(system='Windows', node='xxx', release='11', version='10.0.22621', machine='AMD64')
3.12.3
Windows-11-10.0.22621-SP0
upvoted 3 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.
thewoodsii81
1 week, 1 day agoDave304409
4 months, 2 weeks agoDKAT2023
4 months, 3 weeks agoherrmann69
5 months, 2 weeks ago