0
How to output values for code challenge?
Hi, for python code practice, I type some code, for example, np.sum(array) and then when I check the results the output is" no output". How do I get the code to output values?
4 Respostas
+ 5
print(np.sum(array))
+ 2
Yeah, it helps you to get any output instead of no output.
You tried?
+ 1
Thank you, I got output now
0
So you print your output and it goes to the results?