pratikshahp commited on
Commit
bc13b33
·
verified ·
1 Parent(s): 86b25b7

Update randomselection.py

Browse files
Files changed (1) hide show
  1. 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"]