johnzack2353 johnzack2353 03-12-2022 Computers and Technology contestada 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.