From c87d4df531a5c56a76685abf86e9eee36bd6d3d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bertrand=20N=C3=A9ron?= <bneron@pasteur.fr> Date: Fri, 18 Aug 2017 17:12:06 +0200 Subject: [PATCH] remove extra space which raise warning --- source/Collection_Data_Types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Collection_Data_Types.rst b/source/Collection_Data_Types.rst index a6bce05..c1bcc64 100644 --- a/source/Collection_Data_Types.rst +++ b/source/Collection_Data_Types.rst @@ -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 ? -- GitLab