Which data type is represented by int in Python 3
In Python 3, integers have unlimited precision. Therefore, the any integer can be represented with int.
Python 2 has two integer types – int and long. Python 3 doesnot have such integer types.
Subscribe
Login
Please login to comment
0 Discussion