Q. >>>"Welcome to Python".split() (Solved)
1. [“welcome”, “to”, “python”]
2. (“welcome”, “to”, “python”)
3. {“welcome”, “to”, “python”}
4. “welcome”, “to”, “python”
- a. [“welcome”, “to”, “python”]
1. [“welcome”, “to”, “python”]
2. (“welcome”, “to”, “python”)
3. {“welcome”, “to”, “python”}
4. “welcome”, “to”, “python”