Computer Science
Name the statement that sends back a value from a function.
- input
- return
- None
Related Questions
Function can alter only mutable data types.
A function in Python begins with which keyword?
- void
- return
- int
- def
Functions that do not return any value are known as:
- fruitful functions
- void functions
- library functions
- user-defined functions
A variable created or defined within a function body is classified as:
- local
- global
- built-in
- instance