We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16bea3d commit cbc2e85Copy full SHA for cbc2e85
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