DATA TYPES IN PYTHON

Featured

Since everything is object in python programming, So every values in python has a data type.The various data types in python are: Numbers. List. Tuples. Strings Set Dictionary 1.Numbers In python numbers are categorized as : Int  (ex: 3, 4, 5 , …) Float (ex: 3.0, 4.0, 5.0 , …) Complex (ex:1+2j,  2+3j , 2+5j, … Continue reading DATA TYPES IN PYTHON