Skip to content
Snippets Groups Projects
Commit c87d4df5 authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

remove extra space which raise warning

parent ba4a4c81
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ wihout using python shell, what is the results of the following statements:
sum is a function which return the sum of each elements of a list.
::
x = [1, 2, 3, 4]
x[3] = -4 # what is the value of x now ?
y = sum(x)/len(x) #what is the value of y ? why ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment