# A player can enter a room from any of the compass directions class Room: def __init__(self, name=\'Unknown\', item=None, north=None, east=None, south=None, west=No