Welcome to Westonci.ca, your go-to destination for finding answers to all your questions. Join our expert community today! Our platform provides a seamless experience for finding reliable answers from a knowledgeable network of professionals. Get precise and detailed answers to your questions from a knowledgeable community of experts on our Q&A platform.

True or False: Python code can include a script that returns the operating system platform
your code is running on with the .sys


Sagot :

True

import sys

print(sys.platfom)

This will print, to the console, which type of platform is running.