Data Analysis with Python - Numpy Operations

Tell us what’s happening:

there is an error in the numpy operation exercise your answer isn’t correct

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

Challenge Information:

Data Analysis with Python - Numpy Operations

1 Like

what do you think is the value of a after those two lines execute?

if you run the two lines, add a print(a) to check

Think about what the output of a will be after the operations. Hint: you can check it using print(a), as @ILM mentioned. Let us know if you still need help. Good luck!