anon commited on
Commit
914a2e2
1 Parent(s): a9700a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ def meet(X):
184
  er, pll = greet(X, 6-r)
185
  print_str+= er
186
  print_str+='\n'
187
- if (pll - tot_pll) > 0.1:
188
  break
189
  elif pll >= tot_pll:
190
  continue
 
184
  er, pll = greet(X, 6-r)
185
  print_str+= er
186
  print_str+='\n'
187
+ if (pll - tot_pll) > 0.1 and tot_pll < 1:
188
  break
189
  elif pll >= tot_pll:
190
  continue