Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 158 Bytes

python-tutorial.md

File metadata and controls

13 lines (9 loc) · 158 Bytes

check the current Operating System in Python?

Answer:

import platform
platform.platform()
platform.system()
platform.release()
platform.version()