BillBojangeles2000 commited on
Commit
df4fcdc
·
1 Parent(s): b810080

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ if generate_quiz:
147
  x = 0
148
  for i in questions:
149
  if len(i) == 1:
150
- questions[x].pop()
151
  x = x + 1
152
  else:
153
  x = x + 1
 
147
  x = 0
148
  for i in questions:
149
  if len(i) == 1:
150
+ questions.pop(x)
151
  x = x + 1
152
  else:
153
  x = x + 1