Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
txt = "Hi, welcome to my world." x = txt.startswith(("Hello", "Hi")) print(x)
True