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 16bea3d + cbc2e85 commit 0c328b8Copy full SHA for 0c328b8
chapter04/4-6.py
@@ -1,2 +1,5 @@
1
jishu = [(value*2 - 1) for value in range(1,11)]
2
-print(jishu)
+print(jishu)
3
+
4
+jishu = [value for value in range(1,20,2)]
5
0 commit comments