Python Data Types

Python Data Types Data type of a variable tell us about the data contained by variable and allowed associated operations on it. Python has following built-in data types:  a) int (Integer) – Integer represents whole numbers without any fractional part. There are two types of Integers in Python – i.    Integer (signed) – Whole Number, with unlimited size, depends […]

Python Data Types Read More »