9.1 - Numpy and Object Functions & Attributes

preview_player
Показать описание
Playing with a numpy array and checking out their attributes and functions.

VERSION WARNING: If you're not Python 2.7, that's cool. All of the stuff will work the same EXCEPT for the print statement. Just make this change...

change: print something
to: print(something)

In other words, just put brackets around the thing you're trying to print.
Рекомендации по теме