All mcq related to python language
Answers
Answered by
0
Answer:
What will be the output of the following code :
print type(type(int))
What is the output of the following code :
L = ['a','b','c','d']
print "".join(L)
Explanation:
Similar questions