Q.

Given a function that does not return any value, What value is thrown by default when executed in shell.

A. int
B. bool
C. void
D. none
Answer» D. none
Explanation: python shell throws a nonetype object back.
1.1k
0
Do you find this helpful?
9

Discussion

No comments yet