Example 1: python startswith text = "Python is easy to learn." result = text.startswith('is easy') # returns False print(result) result ...
確定! 回上一頁