Skip to content

Commit f4cfbc6

Browse files
committed
1075 - Resto 2
1 parent 1d70d96 commit f4cfbc6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Beginner/1075.py

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)