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 36ce63a + b41c08e commit a89f688Copy full SHA for a89f688
Print_List_of_Even_Numbers.py
@@ -1,2 +1,4 @@
1
-print [x for x in range(2, 100) if not x % 2]
2
-print range(2, 100, 2)
+#user can give in put now
+#pyhton3
3
+
4
+print ([x for x in range(int(input()),int(input())) if not x%2])
0 commit comments