To return a string in Python, you can use the return keyword followed by the string that you want to return. For example: def returStr():. return "String".
確定! 回上一頁