Answer:
prefixe = "BCFHMPRSVT"
uffix = "at"
for p in prefixe:
if p == "T":
print(p + "hat")
else:
print(p + uffix)
9.1m questions
11.8m answers