In Python, what kind of error is returned by the following code? (e.g. NameError, ValueError, IOError, etc.) def my_func(n1, n2): return n1 + n2 my_func(1, 2, 3)
Answers
Answered by
0
Answer:
it is value error
Explanation:
python should be like this piethon but
.it it is write like python
Similar questions