This website requires JavaScript.
Explore
Help
Sign In
2025014
/
PR3Python
Archived
Watch
1
Star
0
Fork
You've already forked PR3Python
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
This repository has been archived on
2022-05-03
. You can view files and clone it, but cannot push or open issues/pull-requests.
0d9c274bb7
PR3Python
/
python
/
s1
/
s1_a51.py
4 lines
85 B
Python
Raw
Blame
History
import
numpy
as
np
a
=
np
.
array
(
[
[
3
,
0
,
-
2
,
11
]
,
[
0
,
0
,
9
,
0
]
,
[
0
,
7
,
0
,
0
]
,
[
0
,
0
,
0
,
-
3
]
]
)
print
(
a
)
Reference in New Issue
View Git Blame
Copy Permalink