If a function doesn’t have a return statement, which of the following does the function return?
If a function doesn’t have a return statement, which of the following does the function return? Correct Answer None
A function can exist without a return statement and returns None if the function doesn’t have a return statement.
মোঃ আরিফুল ইসলাম
Feb 20, 2025