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 1cc2478 commit 3cb058eCopy full SHA for 3cb058e
basics/list-comprehension.md
@@ -70,7 +70,7 @@ print(arr)
70
```
71
For this example the condition is that only the numbers that is less than 5 would get put into the array.
72
73
-##Summary
+## Summary
74
- List comprehensions are a good way to shorten code
75
- They are versatile when it comes to iterating through iterable datasets
76
- Not only can you filter out data with a condition you can also change the data before it gets added to the new list
0 commit comments