Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

python sys

import sys
print('Python version you are using')
print(sys.version)
print('Informantion')
print(sys.version_info)

Comment

sys module in python

import sys
my_os=sys.platform
print("OS in my system : ",my_os)

# Output
# OS in my system :  linux
Comment

PREVIOUS NEXT
Code Example
Python :: get number of row dataframe pandas 
Python :: how to add space in python 
Python :: min and max in python 
Python :: transpose matrix python 
Python :: commands.has_role discord.py 
Python :: Unreadable Notebook: jupyter 
Python :: get center position of countries geopandas 
Python :: save python pptx in colab 
Python :: print treelib.Tree 
Python :: python mark function as no return 
Python :: Python fibonacci series (Recursion) 
Python :: eastvale roblox python 
Python :: how to write a first program in machine learning 
Python :: def multiply(a b) a * b 
Python :: Spatial Reference arcpy 
Python :: same line print python 
Python :: what is the difference between max-width and flex-basis 
Python :: select all Textinput kivy on selection 
Python :: index operator in python without input 
Python :: python source script custom functions 
Python :: pie chart labeling 
Python :: current python 
Python :: how to import alpha vantage using api key 
Python :: dependency parser tags 
Python :: django column to have duplicate of other 
Python :: np.apply_along_axis third dimension python 
Python :: how to get current user info in odoo 8 in a controller 
Python :: Mat.at(row,col) Opencv 
Python :: pyqt create a qmenu on a button click 
Python :: how to press enter python keyboard 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =