Python - Check if Word is in Text

Published on 11 April 2022 at 07:31

A Program that takes in a string of text and checks it for an inputted word.

Download this code: GitHub

Program Run-Through

Fig 1: Normal program operation

Fig 2: When a word cannot be made from text

Fig 3: Each character in word is only matched once


«   »