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 1c6b311 commit 035c569Copy full SHA for 035c569
evens.py
@@ -0,0 +1,3 @@
1
+for i in range(2, 21, 2):
2
+ print(i)
3
+
0 commit comments