1.

>>>"Welcome to Python".split()

A. [“welcome”, “to”, “python”]
B. (“welcome”, “to”, “python”)
C. {“welcome”, “to”, “python”}
D. “welcome”, “to”, “python”
Answer» B. (“welcome”, “to”, “python”)


Discussion

No Comment Found