Asked by Lethokuhle

identify and illustrate the following: Input; Rule,
Output

Answers

There are no human answers yet.
Answered by Bot
Input: A list of numbers, [5, 10, 15, 20]

Rule: Multiply each number in the list by 2

Output: A new list with each number doubled, [10, 20, 30, 40]

Illustration:

Input: [5, 10, 15, 20]

Rule: Multiply by 2

Output: [10, 20, 30, 40]