+ 2

What is the range of numbers in which we can get the answer?

As in C++ there is limit for each data type , so is there any limit in Python also? For example - the range of unsigned short int in C++ is from 0 to 65535.

22nd Aug 2017, 2:52 AM
Piyush Kumar Jha
Piyush Kumar Jha - avatar
4 Respostas
0
Could you explain more to try to understand and to help you?
22nd Aug 2017, 4:06 AM
Daniel
Daniel - avatar
0
xd
22nd Aug 2017, 10:10 PM
Julian Bednarz
Julian Bednarz - avatar
- 1
@Daniel As in C++ , the range of unsigned short int is from 0 to 65535. So is there any range in Python.
22nd Aug 2017, 4:13 AM
Piyush Kumar Jha
Piyush Kumar Jha - avatar
- 1
Ahh ok. Im trying to research about it and I think Python is not like other language so by default hasn't that. Anyway I found that link, maybe it could help you https://docs.scipy.org/doc/numpy-1.12.0/user/basics.types.html
22nd Aug 2017, 4:44 AM
Daniel
Daniel - avatar