Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
ine-rmotr-curriculum
Edit Copy
Star
GitHub Repository:
ine-rmotr-curriculum/freecodecamp-intro-to-numpy
Path:
blob/master/Untitled.ipynb
1
0
7
views
Kernel:
Python 3
In [14]:
Copy
import
numpy
as
np
In [15]:
Copy
n
=
3
In [16]:
Copy
2
*
*
3
Out[16]:
8
In [ ]:
Copy
120
In [20]:
Copy
x
=
5
In [21]:
Copy
np
.
int8
Out[21]:
numpy.int8