Skip to content

Commit a3c7384

Browse files
committed
..
1 parent 10266df commit a3c7384

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

day2_4.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@
2828
max_page = pages[-1]
2929
print(max_page)
3030

31+
#range - 입력한 수 만큼의 크기의 배열을 생성
32+
for n in range(max_page):
33+
print(f"start={n *50}")

0 commit comments

Comments
 (0)