Task
📝 **Task:** Print sorted found words for board=[['o','a','a','n'],['e','t','a','e'],['i','h','k','r'],['i','f','l','v']] and words=['oath','pea','eat','rain']. Expected: ['eat', 'oath']
📋 Edit the starter code. Tests run automatically.
💡 **Hint:** Re-read the theory if stuck.