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 2b968d6 commit bfc644bCopy full SHA for bfc644b
1 file changed
Doc/tutorial/datastructures.rst
@@ -252,7 +252,7 @@ A more verbose version of this snippet shows the flow explicitly::
252
for i in [0, 1, 2]:
253
for row in mat:
254
print(row[i], end="")
255
- print
+ print()
256
257
In real world, you should prefer builtin functions to complex flow statements.
258
The :func:`zip` function would do a great job for this use case::
0 commit comments