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