Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ plotly.offline.iplot([trace_populations, trace_areas])

### Summary

In this section we saw how we can use `for` loops to go through elements of a list and perform the same operation on each. By using `for` loops we were able to reduce the amount of code that we wrote and while also writing more expressive code.
In this section we saw how we can use `for` loops to go through elements of a list and perform the same operation on each. By using `for` loops we were able to reduce the amount of code that we wrote and write more expressive code.