Thanks to visit codestin.com Credit goes to github.com
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 e71e7e0 commit ee21b33Copy full SHA for ee21b33
Notes/02_Working_with_data/04_Sequences.md
@@ -242,7 +242,7 @@ for x, y in points:
242
```
243
244
When using multiple variables, each tuple is *unpacked* into a set of iteration variables.
245
-The number of variables must match the of items in each tuple.
+The number of variables must match the number of items in each tuple.
246
247
### zip() function
248
0 commit comments