We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040a276 commit bdcb785Copy full SHA for bdcb785
comprehension/list/README.md
@@ -10,15 +10,15 @@ time python list-append-loop.py
10
11
real 0m11.381s
12
user 0m10.553s
13
-sys 0m0.824s
+sys 0m0.824s
14
```
15
16
17
time python list-comp.py
18
19
real 0m4.228s
20
user 0m3.428s
21
-sys 0m0.800s
+sys 0m0.800s
22
23
24
@@ -48,7 +48,7 @@ time python list-append-loop2.py
48
49
real 0m29.756s
50
user 0m28.875s
51
-sys 0m0.880s
+sys 0m0.880s
52
53
54
@@ -57,7 +57,7 @@ time python list-comp2.py
57
58
real 0m21.932s
59
user 0m21.031s
60
-sys 0m0.900s
+sys 0m0.900s
61
62
63
In this practical example, we see that the list comprehension finished
0 commit comments