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.
2 parents 2a9e9b7 + 9fe1d1b commit 70afdc9Copy full SHA for 70afdc9
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