Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
feat: Add list comprehension in list tutorial #13
Conversation
|
Introducing list comprehensions in the list and tuple tutorial seems like a good idea. Maybe also show an example that does the same thing by filling in a list with a loop, and mention that list comprehensions are just a shorter way to write a loop like that?
|
|
Thanks for the suggestion, I have edited the tutorial with the example given. |
Add list comprehension section in List and Tuple Tutorial