class Tile: def describe(self): print("The beach makes a nice little curve on that spot. There are " "some pine trees around too. A really quiet sceenery!\n") def action(self, player, do): print("Sorry, I don't understand.\n")