QUIZ
For full functionality of this site it is necessary to enable JavaScript.
Submitting ...
OUTPUT PROBLEMS
170361d7-ca4f-43b4-8710-12cdd942ca5b
1. 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=' ')
[‘What’, ‘will’, ‘have’, ‘so’, ‘will’]
[‘Wh’, ‘t will h’, ‘ve so will’]
What will have so will
[‘Wh’, ‘t will h’, ‘ve so will’]
Answered
0
of
10
(
0
%)
Next Page »
Powered by FlexiQuiz.
The time limit has expired and your responses have been submitted.
×
Close