Report Bug
Qus :

What will be the output?

t = (5)
print(type(t))

Qus

इसका परिणाम क्या होगा?

t = (5)
print(type(t))


A.
B.
C.
D. Error


Solution
B. <class 'int'>






Report Bug