Identify the correct statements. Select ALL that apply.
Question options:
1. Functions can be called inside other functions.
2. You can make your own custom modules.
3. When a function is called, the item(s) inside the parentheses are called arguments.
4. Global variables should be used in large programs.
5. A variable declared inside main is inaccessible inside custom functions

See Answers (1)

Suggested Answer

Answer: 1,  2, 3, 5Explanation:in python, you can make custom modules

Related Question in Computers and Technology