Connect with a knowledgeable community and get your questions answered on IDNLearn.com. Our experts provide prompt and accurate answers to help you make informed decisions on any topic.

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