I am trying to find 9
raise to power 19
using numpy.
I am using numpy 1.24.3
This is the code I am trying:
import numpy as npnp.long(9**19)
This is the error I am getting:
AttributeError: module 'numpy' has no attribute 'long'
I am trying to find 9
raise to power 19
using numpy.
I am using numpy 1.24.3
This is the code I am trying:
import numpy as npnp.long(9**19)
This is the error I am getting:
AttributeError: module 'numpy' has no attribute 'long'