Home / Engineering / Python Programming / Question
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=' ')
Related MCQs on Python Programming
Q. In balancing of single-cylinder engine, the rotating unbalance is ____________
Q. Which of the following statements about Naive Bayes is incorrect?
Q. ___________proposed the approach for data integration issues.
Q. Recursive selection sort is a comparison based sort.
Q. IP4 is more commonly used than IPv6?
Q. In which type of gesture there is direct physical contact invloved
Q. A Use-case actor is always a person having a role that different people may play.
Q. ………. Example of probabilistic model
Q. The valid – invalid bit, in this case, when valid indicates?
Discusssion
Login to discuss.