Question: please use python args) def func (a, b=20, d=0, e='n/a'): print (a, b, args, d, e) We call this function as following i. (5 points)

please use python
args) def func (a, b=20, d=0, e='n/a'): print (a, b, args, d, e) We call this function as following i. (5 points) func10, 600, d='good morninghae='python') ii. (5 points) func. 11, 'm/s', 24, 'mph', d='unladen', e='swallow') You will tell what are the output of above two function calls, you must give output and one line reason for each variable output (no proper reason, no points will be rewarded)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
