3 Introduction to NumPy - Brigham Young University

Basic Array Operations NumPy arrays behave di erently with respect to the binary arithmetic operators + and * than Python lists do. orF lists, + concatenates two lists and * replicates a list by a scalar amount (strings also behave this way). 3 #Addition concatenatesliststogether. ................
................