1.

What is the output of the following code? print type([l,2])

Answer»

print type([l,2])

< type’list’>



Discussion

No Comment Found