We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10266df commit a3c7384Copy full SHA for a3c7384
day2_4.py
@@ -28,3 +28,6 @@
28
max_page = pages[-1]
29
print(max_page)
30
31
+#range - 입력한 수 만큼의 크기의 배열을 생성
32
+for n in range(max_page):
33
+ print(f"start={n *50}")
0 commit comments