Check if String Starts with Substring using Python April 8, 2021 Python 0 Comments 355 Views startswith method text = 'Hello world' result = text.startswith('Hello') print(result)
Leave a Comment
Cancel reply