Computer Science, asked by Yuzineee1581, 7 months ago

All mcq related to python language

Answers

Answered by Rahul9048
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