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. Reinforcement learning is particularly
Q. The system unit of a personal computer typically contains all of the following except:
Q. The most efficient method followed by computers to multiply two unsigned numbers is
Q. How many AND gates are required to realize Y = CD + EF + G?
Q. During programming p-n junction is
Q. The performance of a data communication network depends on
Q. Which famous management thinker was related with the development of “Theory X”?
Q. indicates Increasing capability to embed devices in the physical environment.
Discusssion
Login to discuss.