Task
📝 **Task:** From \`files = ["a.py", "b.txt", "c.py", "d.md"]\`, build a list of files ending with ".py". Print the result. Expected: ['a.py', 'c.py']
📋 Edit the starter code below. Tests run automatically.
💡 **Hint:** Re-read the theory if you get stuck.