In languages like C, integers are explained in terms of the amount of memory allotted. We can say that int can store 2 raised to 16 values using 2 bytes. In the spoken tutorial, I noticed that an integer variable can hold even greater values like 99999999. How can this be explained in terms of physical storage used?
17865 visits
Outline:Data types in Python Demonstration of int, float and complex data types with examples Different functions associated with int data type Complex numbers and their functions Boolean operations with examples Operator precedence with parentheses Different operators available in Python3 Modulo operator with examples How to do exponent operation in Python? How to find the square root of a number in Python?
Data types in Python Demonstration of int, float and complex data types with examples Different functions associated with int data type Complex numbers and their functions Boolean operations with examples Operator precedence with parentheses Different operators available in Python3 Modulo operator with examples How to do exponent operation in Python? How to find the square root of a number in Python?
Show video info
Pre-requisite