'B) Compare between the following with eramples Function that have multi inputs and single output arguments and function that have single input and multi outputs argument: Function that has single inputs and output argument and function that has no input and no output argument.'
Added by Kelly C.
Step 1
Function that have multi inputs and single output arguments: This type of function takes multiple inputs and returns a single output. For example, a function that calculates the average of a list of numbers: ``` def average(numbers): total = sum(numbers) Show more…
Show all steps
Your feedback will help us improve your experience
Shelayah Robinson and 87 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
A function is a relation in which every input has exactly one output. Which choice represents a function?
Rylie H.
42
Dominique Jan T.
Fill in the blanks. A function is called a _______ function if different inputs determine different outputs.
Steven C.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
Watch the video solution with this free unlock.
EMAIL
PASSWORD