Python Programming - Using "IN" Statement
by matt392 in Circuits > Software
511 Views, 11 Favorites, 0 Comments
Python Programming - Using "IN" Statement
Short Python program that demonstrates the "IN" statement, where one can see if there is a match for a word in a particular string. Also uses the "split" method.
Program is attached as a .py file.