All functions in Python have a return value, ... Unlike C++, a Python function is specified by its name alone ... def foo(x=1,y=2,z=3): return(2*x,4*y,8*z).
確定! 回上一頁