Update README.md
Browse files
README.md
CHANGED
@@ -392,11 +392,7 @@ opo_n_three = random.randrange(len(opo))
|
|
392 |
opo_n_four = random.randrange(len(opo))
|
393 |
|
394 |
evaluated = []
|
395 |
-
```
|
396 |
-
|
397 |
|
398 |
-
This function predict the
|
399 |
-
```python
|
400 |
def predict_next(option, nota):
|
401 |
global userID
|
402 |
global opo_n_one
|
|
|
392 |
opo_n_four = random.randrange(len(opo))
|
393 |
|
394 |
evaluated = []
|
|
|
|
|
395 |
|
|
|
|
|
396 |
def predict_next(option, nota):
|
397 |
global userID
|
398 |
global opo_n_one
|