PYTHONHOLICS
Home
Python Basics
Scientific Python
Matplotlib
Machine Learning
Evolutionary Algorithms
Cool Python Projects
Numbers
Text
Games
Thursday, February 9, 2017
The In Operator
The word in is a Boolean operator that takes two string and returns True if the first appears as a substring in the second:
>>> word = 'hello'
>>> 'e' in word
True
>>> 'l' in word
True
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment