Spaces:
Runtime error
Runtime error
vinayakdev
commited on
Commit
•
9074544
1
Parent(s):
aa4c7fd
Update generator.py
Browse files- generator.py +0 -1
generator.py
CHANGED
@@ -133,7 +133,6 @@ def creator(context):
|
|
133 |
pair = QA(ques,context)
|
134 |
if len(pair) == 0:
|
135 |
continue
|
136 |
-
print(pair)
|
137 |
pairs.append(pair)
|
138 |
return pairs
|
139 |
# creator(""""Hello, World!" program by Brian Kernighan (1978).
|
|
|
133 |
pair = QA(ques,context)
|
134 |
if len(pair) == 0:
|
135 |
continue
|
|
|
136 |
pairs.append(pair)
|
137 |
return pairs
|
138 |
# creator(""""Hello, World!" program by Brian Kernighan (1978).
|