python Copy def sum(x,y): sum = x + y return sum print(sum(8,6)). 變數 x 和 y 只能在函式 sum 中使用,它們不會在函式外部被訪問。
確定! 回上一頁