Update README.md
Browse files
README.md
CHANGED
@@ -392,7 +392,10 @@ opo_n_three = random.randrange(len(opo))
|
|
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
|
|
|
392 |
opo_n_four = random.randrange(len(opo))
|
393 |
|
394 |
evaluated = []
|
395 |
+
```
|
396 |
+
The next function, is the "predict_next", that accepts an option and a rating
|
397 |
|
398 |
+
```python
|
399 |
def predict_next(option, nota):
|
400 |
global userID
|
401 |
global opo_n_one
|