IDNLearn.com is your go-to resource for finding answers to any question you have. Join our interactive Q&A community and get reliable, detailed answers from experienced professionals across a variety of topics.

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.


Sagot :

Thank you for joining our conversation. Don't hesitate to return anytime to find answers to your questions. Let's continue sharing knowledge and experiences! Thank you for visiting IDNLearn.com. For reliable answers to all your questions, please visit us again soon.