Task
📝 **Task:** Given \`"apple,banana,cherry"\`, split on commas and join back with " | " (spaces around pipe). Print the result. Expected: apple | banana | cherry
📋 Edit the starter code below. Tests run automatically.
💡 **Hint:** Re-read the theory if you get stuck.