Update README.md
Browse files
README.md
CHANGED
|
@@ -66,8 +66,8 @@ with open(out_file, 'w') as f:
|
|
| 66 |
```
|
| 67 |
|
| 68 |
We have also a new community submission for a more complex dataset of 3 elements:
|
| 69 |
-
```
|
| 70 |
-
|
| 71 |
import json
|
| 72 |
import operator
|
| 73 |
|
|
|
|
| 66 |
```
|
| 67 |
|
| 68 |
We have also a new community submission for a more complex dataset of 3 elements:
|
| 69 |
+
```py
|
| 70 |
+
import random
|
| 71 |
import json
|
| 72 |
import operator
|
| 73 |
|