Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
slice numpy
furas
Aug 5th, 2018
433
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
import
numpy
as
np
A
=
np.
array
(
range
(
3
)
)
B
=
A
[
:
2
]
print
(
A
,
B
)
B
[
0
]
=
9
print
(
A
,
B
)
A
[
0
]
=
5
print
(
A
,
B
)
# [0 1 2] [0 1]
# [9 1 2] [9 1]
# [5 1 2] [5 1]
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ 💡 ChangeNOW Profit Exploit 💎 💵
JavaScript | 7 min ago | 0.20 KB
Untitled
Lua | 7 min ago | 1.49 KB
📌 Make 3000$ in 20 minutes 💵 💎
JavaScript | 17 min ago | 0.20 KB
Simple nftables.conf
Bash | 26 min ago | 4.89 KB
📌 EASY PROFIT GUIDE ✅ Still works 🔥 🚨
JavaScript | 27 min ago | 0.20 KB
📌 Free Crypto Method 🔥 🚨
JavaScript | 38 min ago | 0.20 KB
Roblox remote spy (NEW)
Lua | 39 min ago | 16.69 KB
📌 Crypto Swap Glitch ✅ Still works 💎 💵
JavaScript | 48 min ago | 0.20 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!