Example 1: endswith python str.endswith(suffix[, start[, end]]) text = "Python is easy to learn." result = text.endswith('to learn') # False result ...
確定! 回上一頁