Johnzack2353go Johnzack2353go Computers and Technology Answered prefixes = "BCFHMPRSVT" suffix = "at" for p in prefixes: print(p + suffix) Since Tat is not a word, the program needs to be changed to print That instead of Tat. Add a conditional statement to make the program print That instead of Tat.