Open In App

Python | Miscellaneous | Question 2

Given a function that does not return any value, what value is shown when executed at the shell?
(A) int
(B) bool
(C) void
(D) None

Answer: (D)
Explanation: Python explicitly defines the None object that is returned if no value is specified.
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :