Question: Use python and write code for problem. Please also put screenshot of code. The following words have three consecutive letters that are also consecutive letters
Use python and write code for problem. Please also put screenshot of code.

The following words have three consecutive letters that are also consecutive letters in the alphabet: THIRSTY, NOPE, AFGHANISTAN, STUDENT. Write a program that accepts a word as input and determines whether or not it has three consecutive letters that are consecutive letters in the alphabet. The program should use a Boolean valued function named is Triple Consecutive that accepts an entire word as input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
