Skip to content

Commit 571af40

Browse files
authored
Update README.md
1 parent b32aa60 commit 571af40

File tree

1 file changed

+1
-1
lines changed
  • days/16-18-listcomprehensions-generators

1 file changed

+1
-1
lines changed

days/16-18-listcomprehensions-generators/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
> List comprehensions and generators are in my top 5 favorite Python features leading to clean, robust and Pythonic code.
66
7-
Welcome to this lesson. Today you will learn about two powerful techniques you can use in Python: list comprehensions and generators.
7+
Welcome to this lesson. In today's videos you will learn two powerful techniques you can use in Python: list comprehensions and generators.
88

99
I prepared a [Jupyter notebook](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/16-18-listcomprehensions-generators/list-comprehensions-generators.ipynb) so you can follow along with this lesson.
1010

0 commit comments

Comments
 (0)