+ 3
Can anyone tell me what's wrong with this code?
3 Antworten
+ 17
The syntax of function call has been written in wrong way. To print the result, replace the last line with:
print(summation(0,10))
+ 2
Shamima Yasmin, thanks
0
output is display on screen no error