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