Tag Manager
You start with these tags:
python
tags = {"python", "coding", "fun"}
Read an action (add or remove) and a tag name from input. Perform the action, then print all tags sorted alphabetically.
Example: if action is add and tag is games:
text
coding fun games python
💡 Hints
?Hint 1
🔒Hint 2
🔒Hint 3
python