Skip to content

Commit 5e2d2a2

Browse files
younesbelkadathomasw21Narsil
committed
forward contrib credits
Co-authored-by: Thomas Wang <[email protected]> Co-authored-by: Narsil <[email protected]>
1 parent 560b3fc commit 5e2d2a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

evaluation/generation/test.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
text = ''
2+
while True:
3+
try:
4+
dummy = raw_input("""Enter the paragraph :""")
5+
text += dummy
6+
except KeyboardInterrupt:
7+
print(text)
8+
text = ''

0 commit comments

Comments
 (0)