Open In App

Python | Miscellaneous | Question 2

Like Article
Like
Save Article
Save
Share
Report issue
Report

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
Previous
Next
Share your thoughts in the comments
Similar Reads