Advertisement
k1alo

oct6.7

Oct 4th, 2023
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. line = 'hello world'
  2. if line.startswith('hello'):
  3.     print("Строка содержит слово 'hello'")
  4. else:
  5.     print("Строка не содержит слово 'hello'")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement