Multiple Choice
What is the output of the following program?line = "What will have so will"L = line.split('a') for i in L:print(i, end=' ')
A) [„What?, „will?, „have?, „so?, „will?]
B) Wh t will h ve so will
C) What will have so will
D) [„Wh?, „t will h?, „ve so will?]
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: Suppose t = (1, 2, 4, 3),
Q21: What is the output of the following
Q22: What is the output of the following
Q23: What is the output of the following
Q24: What is the output of the following
Q26: Predict the output of following python programs<br>Dictionary1
Q27: What is the output of the following
Q28: What is the output of the following
Q29: What is the output of the following
Q30: What is the output of the following