Spaces:
Sleeping
Sleeping
pratikshahp
commited on
Update randomselection.py
Browse files- randomselection.py +2 -0
randomselection.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
def randomly_select_from_json(world_data):
|
2 |
world_name = world_data["name"]
|
3 |
world_description = world_data["description"]
|
|
|
1 |
+
import random
|
2 |
+
|
3 |
def randomly_select_from_json(world_data):
|
4 |
world_name = world_data["name"]
|
5 |
world_description = world_data["description"]
|