Choosing a Random Description ()

We could mix up our descriptions by making a random choice from a list of options. 

You can make Python choose from a random list but first you have to tell it we are going to use the random commands -  to do this add the line - make this the first line of your code.  

I then decided to change the Forest Description to make it say either Oak or Pine or Elm or Beech Forest  -  You need to add one new line of code and alter your description (print) line. 

When I run the shell - and go to the forest - you can see that it shows me I am in an Oak forest 

Now I have gone back to the meadow then to the forest again - now it is a Beech forest 

You could use this method to create some more random descriptions perhaps.