We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d70d96 commit f4cfbc6Copy full SHA for f4cfbc6
Beginner/1075.py
@@ -0,0 +1,6 @@
1
+
2
+n = int(input())
3
4
+for i in range(0,10000,1):
5
+ if i % n == 2:
6
+ print(i)
0 commit comments