What will be returned by python as result of print(type(0))
Answers
Answered by
0
Input: print(type(0))
Output: <class 'int'>
Similar questions