1>>> import os
2>>> os.name
3'posix'4>>> import platform
5>>> platform.system()
6'Linux'7>>> platform.release()
8'2.6.22-15-generic'910"""The output of platform.system() is as follows:
1112Linux: Linux
13Mac: Darwin
14Windows: Windows"""
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content