Rehman1603 commited on
Commit
026d6c2
1 Parent(s): a1dbce7

Update fileCreator.py

Browse files
Files changed (1) hide show
  1. fileCreator.py +2 -0
fileCreator.py CHANGED
@@ -1,5 +1,7 @@
1
  from docx import Document
2
  from docx.shared import Inches
 
 
3
 
4
  def get_Options(MCQS ,no):
5
  Options=MCQS.get("questions")[no].get('options')
 
1
  from docx import Document
2
  from docx.shared import Inches
3
+ import random
4
+
5
 
6
  def get_Options(MCQS ,no):
7
  Options=MCQS.get("questions")[no].get('options')