0
What is the answer to the following - Functional Programming Question 1 in Tutorial
What is the output of this code? def test(func, arg): return func(func(arg)) def mult(x): return x * x print(test(mult, 2))
1 Answer
0
please use the python code playground to find the output.
here: https://code.sololearn.com