Computer Science, asked by rashmisandey, 9 months ago

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 manjot23r5678
1

Answer:

option C

Explanation:

please mark me as brainliest

Answered by Anonymous
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