Data Analysis with Python - Numpy Operations

Tell us what’s happening:

Describe your issue in detail here.
I believe this question has wrong answer.
Correct answer is:
[20, 21, 22, 23, 24]

Your browser information:

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

Challenge Information:

Data Analysis with Python - Numpy Operations

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.

Please check: Numpy Operations course.
The answer for the exam none of them are correct.

Well that tricked me as well.

The question is: What is the value of a

Yes, I undrestand. Value of a after run the code will be ```
[20, 21, 22, 23, 24]

not

[0, 1, 2, 3, 4]

Which line of code changes the value of a? Consider this:

print(a + 20)
print(a)

In a notebook, it will print the output of the last calculation a + 20

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.