Open In App
Related Articles

Python | Miscellaneous | Question 2

Improve Article
Improve
Save Article
Save
Like Article
Like

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

Last Updated : 28 Jun, 2021
Like Article
Save Article
Similar Reads