Q: What is the output when the following code is executed ?
"Welcome to Python".split
a. ["Welcome", "to", "Python")
b. (“Welcome”, “to", "Python")
c. {"Welcome", "to", "Python"}
\d. "Welcome", "to", "Python"
Answers
Answered by
1
Answer:
option C
Explanation:
please mark me as brainliest
Answered by
0
Answer: There will be no output.
Explanation: There will be no output as the code doesn't have any output function like print() .
Similar questions