Answers for "Python - How To Check Operating System"

0

Python - How To Check Operating System

import platform 
my_os = platform.system() 
print("OS in my system : ",my_os)
Posted by: Guest on January-24-2022

Code answers related to "Python - How To Check Operating System"

Python Answers by Framework

Browse Popular Code Answers by Language