Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- line = 'hello world'
- if line.startswith('hello'):
- print("Строка содержит слово 'hello'")
- else:
- print("Строка не содержит слово 'hello'")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement