Last active
June 3, 2020 23:29
-
-
Save liannewriting/ac5df33719bbab7b55f5c15d3500c8f1 to your computer and use it in GitHub Desktop.
python-numpy-tutorial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x = np.array(range(100)).reshape((10, 10)) | |
x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment