Skip to content

Commit f3bcc21

Browse files
authored
Update count_seq.py
1 parent ad73fd1 commit f3bcc21

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

count_seq.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,17 @@ def count_seq():
2121

2222
for i in range(10):
2323
print(next(gen))
24+
25+
"""
26+
[실행 결과]
27+
2
28+
12
29+
1112
30+
3112
31+
132112
32+
1113122112
33+
311311222112
34+
13211321322112
35+
1113122113121113222112
36+
31131122211311123113322112
37+
"""

0 commit comments

Comments
 (0)