python_ref_string_startswith_1.py:
x
 
txt = "Hello, welcome to my world."
x = txt.startswith("Hello")
print(x)