2 lines
61 B
Python
2 lines
61 B
Python
|
string = "w3resource.com"
|
||
|
print(string.startswith("w3r"))
|