M
Q. 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=' ')
- Correct Answer - Option(B)
- Views: 75
- Filed under category Python
Discusssion
Login to discuss.