Question: Using python code Third Question Task-1 Define a function named income that takes parameter (the number of items) as an input Inside the function: Write
Using python code
Third Question
Task-1
Define a function named income that takes parameter (the number of items) as an input
Inside the function: Write the required python statements needed to calculate the revenue given that the price of one item is 500.
Your function must return the calculated revenue
Note:
[1 item = 500]
Task-2
Write a python code that reads the number of items, calculates the revenue of all items using the above-defined function. After that, you need to display the income in the below format.
Sample output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
