We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560b3fc commit 5e2d2a2Copy full SHA for 5e2d2a2
evaluation/generation/test.py
@@ -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