Find solutions to your problems with the expert advice available on IDNLearn.com. Discover prompt and accurate responses from our experts, ensuring you get the information you need quickly.

Prefixe = "BCFHMPRSVT"
uffix = "at"
for p in prefixe:
print(p uffix)
Since Tat i not a word, the program need to be changed to print That intead of Tat. Add a conditional tatement to make the program print That intead of Tat