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, ...
確定! 回上一頁