M
Q. What is the output of the following program?
D = dict()
for i in range (3):
for j in range(2):
D[i] = j
print(D)
Be the first to start discuss.
Related MCQs
Q. ---------------- is used to retrieve tuples from the relation.
Q. …………… is not the component of data structure.
Q. Frequency demodulator is a frequency to amplitude converter circuit.
Q. What is the time complexity of enqueue operation?
Q. websocket is a _________ Protocol
Q. To reduce the number of external connections required, we make use of
Q. Write the list comprehension to pick out only negative integers from a given list ‘l’.
Discusssion
Login to discuss.