def FunctionName(parameter):; “”” This is a test function “””; # code to do computation to the parameter; print(output); return output ...
確定! 回上一頁