Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8ab3f16

Browse files
updated
1 parent 56ed39d commit 8ab3f16

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎NumPy.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎NumPy/1_getting-started.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
import numpy
3+
arr = numpy.array([1, 2, 3, 4, 5])
4+
print(arr)
5+
----------------------
6+
output : [1 2 3 4 5]
7+
8+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /