Task
📝 **Task:** Write \`safe_divide(a, b)\` raising \`ValueError("Cannot divide by zero")\` if b is 0. Catch the error and print its message. Expected: Cannot divide by zero
📋 Edit the starter code below. Tests run automatically.
💡 **Hint:** Re-read the theory if you get stuck.