Computer Science, asked by karprachijsg, 7 months ago

What will be returned by python as result of print(type(0))​

Answers

Answered by Anonymous
0

Input: print(type(0))

Output: <class 'int'>

Similar questions