It will divide the text into strings based on the space and returns a tuple of the strings. #!/usr/bin/env python3 # Define a string value text = " ...
確定! 回上一頁